diff options
Diffstat (limited to 'arch/arm/mach-omap2/am35xx-emac.c')
| -rw-r--r-- | arch/arm/mach-omap2/am35xx-emac.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/am35xx-emac.c b/arch/arm/mach-omap2/am35xx-emac.c index af11dcdb7e2..25b79a29736 100644 --- a/arch/arm/mach-omap2/am35xx-emac.c +++ b/arch/arm/mach-omap2/am35xx-emac.c @@ -62,8 +62,7 @@ static int __init omap_davinci_emac_dev_init(struct omap_hwmod *oh,  {  	struct platform_device *pdev; -	pdev = omap_device_build(oh->class->name, 0, oh, pdata, pdata_len, -				 NULL, 0, false); +	pdev = omap_device_build(oh->class->name, 0, oh, pdata, pdata_len);  	if (IS_ERR(pdev)) {  		WARN(1, "Can't build omap_device for %s:%s.\n",  		     oh->class->name, oh->name);  |