summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 866a293)
raw | patch | inline | side by side (parent: 866a293)
author | Vaibhav Bedia <vaibhav.bedia@ti.com> | |
Tue, 3 Jan 2012 12:49:01 +0000 (18:19 +0530) | ||
committer | Vaibhav Hiremath <hvaibhav@ti.com> | |
Mon, 23 Jan 2012 19:14:45 +0000 (00:44 +0530) |
The power management code for AM33XX is a late_initcall.
The PM features depend on mailbox for IPC being available.
In preparation for this, convert the mailbox init to a
device_initcall.
Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
The PM features depend on mailbox for IPC being available.
In preparation for this, convert the mailbox init to a
device_initcall.
Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
arch/arm/mach-omap2/mailbox.c | patch | blob | history |
index 6dbc5b7ca942852a9e21d663e7e563702fcbc7e5..c822126d5577a2572c498dd07f799a70c406e9a4 100644 (file)
platform_driver_unregister(&omap2_mbox_driver);
}
-module_init(omap2_mbox_init);
+device_initcall(omap2_mbox_init);
module_exit(omap2_mbox_exit);
MODULE_LICENSE("GPL v2");