diff options
Diffstat (limited to 'arch/arm/mach-omap2/hsmmc.c')
| -rw-r--r-- | arch/arm/mach-omap2/hsmmc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.c b/arch/arm/mach-omap2/hsmmc.c index 4a964338992..2ef1f8714fc 100644 --- a/arch/arm/mach-omap2/hsmmc.c +++ b/arch/arm/mach-omap2/hsmmc.c @@ -522,7 +522,7 @@ static void __init omap_hsmmc_init_one(struct omap2_hsmmc_info *hsmmcinfo,  	}  	dev_set_name(&pdev->dev, "%s.%d", pdev->name, pdev->id); -	od = omap_device_alloc(pdev, ohs, 1, NULL, 0); +	od = omap_device_alloc(pdev, ohs, 1);  	if (IS_ERR(od)) {  		pr_err("Could not allocate od for %s\n", name);  		goto put_pdev;  |