aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/mailbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/mailbox.c')
-rw-r--r--arch/arm/mach-omap2/mailbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c
index 609ea2ded7e3..a6db1e4f7b6e 100644
--- a/arch/arm/mach-omap2/mailbox.c
+++ b/arch/arm/mach-omap2/mailbox.c
@@ -412,7 +412,8 @@ static void __exit omap2_mbox_exit(void)
412 platform_driver_unregister(&omap2_mbox_driver); 412 platform_driver_unregister(&omap2_mbox_driver);
413} 413}
414 414
415module_init(omap2_mbox_init); 415/* must be ready before omap3isp is probed */
416subsys_initcall(omap2_mbox_init);
416module_exit(omap2_mbox_exit); 417module_exit(omap2_mbox_exit);
417 418
418MODULE_LICENSE("GPL v2"); 419MODULE_LICENSE("GPL v2");