|
@@ -412,7 +412,8 @@ static void __exit omap2_mbox_exit(void)
|
|
platform_driver_unregister(&omap2_mbox_driver);
|
|
platform_driver_unregister(&omap2_mbox_driver);
|
|
}
|
|
}
|
|
|
|
|
|
-module_init(omap2_mbox_init);
|
|
|
|
|
|
+/* must be ready before omap3isp is probed */
|
|
|
|
+subsys_initcall(omap2_mbox_init);
|
|
module_exit(omap2_mbox_exit);
|
|
module_exit(omap2_mbox_exit);
|
|
|
|
|
|
MODULE_LICENSE("GPL v2");
|
|
MODULE_LICENSE("GPL v2");
|