Skip to content

Commit

Permalink
Merge tag 'single-rpmsg-3.5-fix' of git://git.kernel.org/pub/scm/linu…
Browse files Browse the repository at this point in the history
…x/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
  • Loading branch information
Linus Torvalds committed Jul 17, 2012
2 parents 5bb93f1 + 9634252 commit 635ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rpmsg/virtio_rpmsg_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 635ac11

Please sign in to comment.