diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_34xx.h')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_34xx.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_34xx.h b/arch/arm/mach-omap2/omap_hwmod_34xx.h index 2e629dcb2fb..26991147d5e 100644 --- a/arch/arm/mach-omap2/omap_hwmod_34xx.h +++ b/arch/arm/mach-omap2/omap_hwmod_34xx.h @@ -143,8 +143,7 @@ static struct omap_hwmod_ocp_if *omap34xx_mpu_masters[] = {  /* MPU */  static struct omap_hwmod omap34xx_mpu_hwmod = {  	.name		= "mpu_hwmod", -	.clkdev_dev_id	= NULL, -	.clkdev_con_id	= "arm_fck", +	.main_clk	= "arm_fck",  	.masters	= omap34xx_mpu_masters,  	.masters_cnt	= ARRAY_SIZE(omap34xx_mpu_masters),  	.omap_chip	= OMAP_CHIP_INIT(CHIP_IS_OMAP3430),  |