Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 635ac119 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'single-rpmsg-3.5-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg

Pull rpmsg fix from Ohad Ben-Cohen:
 "A single rpmsg fix for 3.5, coming from Federico Fuga, which
  eliminates the dependency on arbitrary initialization orders."

* tag 'single-rpmsg-3.5-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg:
  rpmsg: fix dependency on initialization order
parents 5bb93f1a 96342526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1085,7 +1085,7 @@ static int __init rpmsg_init(void)

	return ret;
}
module_init(rpmsg_init);
subsys_initcall(rpmsg_init);

static void __exit rpmsg_fini(void)
{