Message ID | 9d9bee0e-01b2-ff5d-1bb4-76b401208cd4@users.sourceforge.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index fc04be74e064..53c4a30e2963 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c @@ -59,5 +59,5 @@ static int __init omap_init_mcbsp(struct omap_hwmod *oh, void *unused) int id, count = 1; char *name = "omap-mcbsp"; struct omap_hwmod *oh_device[2]; - struct omap_mcbsp_platform_data *pdata = NULL; + struct omap_mcbsp_platform_data *pdata; struct platform_device *pdev;