diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2430.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430.h b/arch/arm/mach-omap2/omap_hwmod_2430.h index 59a208bea6c..91f79c05a98 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430.h +++ b/arch/arm/mach-omap2/omap_hwmod_2430.h | |||
@@ -119,8 +119,7 @@ static struct omap_hwmod_ocp_if *omap2430_mpu_masters[] = { | |||
119 | /* MPU */ | 119 | /* MPU */ |
120 | static struct omap_hwmod omap2430_mpu_hwmod = { | 120 | static struct omap_hwmod omap2430_mpu_hwmod = { |
121 | .name = "mpu_hwmod", | 121 | .name = "mpu_hwmod", |
122 | .clkdev_dev_id = NULL, | 122 | .main_clk = "mpu_ck", |
123 | .clkdev_con_id = "mpu_ck", | ||
124 | .masters = omap2430_mpu_masters, | 123 | .masters = omap2430_mpu_masters, |
125 | .masters_cnt = ARRAY_SIZE(omap2430_mpu_masters), | 124 | .masters_cnt = ARRAY_SIZE(omap2430_mpu_masters), |
126 | .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2430), | 125 | .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2430), |