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