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
This commit is contained in:
@@ -1085,7 +1085,7 @@ static int __init rpmsg_init(void)
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
module_init(rpmsg_init);
|
subsys_initcall(rpmsg_init);
|
||||||
|
|
||||||
static void __exit rpmsg_fini(void)
|
static void __exit rpmsg_fini(void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user