diff options
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
| -rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index b36d443a6fd..49ff5b80454 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c @@ -180,7 +180,6 @@ static int omap_init_mcbsp(struct omap_hwmod *oh, void *unused)  					name, oh->name);  		return PTR_ERR(pdev);  	} -	omap_mcbsp_count++;  	return 0;  } @@ -188,11 +187,6 @@ static int __init omap2_mcbsp_init(void)  {  	omap_hwmod_for_each_by_class("mcbsp", omap_init_mcbsp, NULL); -	mcbsp_ptr = kzalloc(omap_mcbsp_count * sizeof(struct omap_mcbsp *), -								GFP_KERNEL); -	if (!mcbsp_ptr) -		return -ENOMEM; -  	return 0;  }  arch_initcall(omap2_mcbsp_init);  |