28 Feb
2012
28 Feb
'12
8:32 p.m.
On 02/28/2012 09:40 AM, Peter Ujfalusi wrote:
--- a/arch/arm/plat-omap/mcbsp.c +++ b/arch/arm/plat-omap/mcbsp.c @@ -1354,8 +1354,9 @@ static struct platform_driver omap_mcbsp_driver = { }, };
-int __init omap_mcbsp_init(void) -{
- /* Register the McBSP driver */
- return platform_driver_register(&omap_mcbsp_driver);
-} +module_platform_driver(omap_mcbsp_driver);
+MODULE_AUTHOR("Samuel Ortiz samuel.ortiz@nokia.com");
Minor, you shouldn't add expired email address here. No need to resend though since this gets removed in 4/10.
--
Jarkko