diff options
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h index fafdfe3c8d4e..21d392233ed0 100644 --- a/arch/arm/plat-omap/include/plat/omap_hwmod.h +++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h | |||
@@ -515,6 +515,7 @@ struct omap_hwmod { | |||
515 | const char *main_clk; | 515 | const char *main_clk; |
516 | struct clk *_clk; | 516 | struct clk *_clk; |
517 | struct omap_hwmod_opt_clk *opt_clks; | 517 | struct omap_hwmod_opt_clk *opt_clks; |
518 | char *clkdm_name; | ||
518 | char *vdd_name; | 519 | char *vdd_name; |
519 | struct voltagedomain *voltdm; | 520 | struct voltagedomain *voltdm; |
520 | struct omap_hwmod_ocp_if **masters; /* connect to *_IA */ | 521 | struct omap_hwmod_ocp_if **masters; /* connect to *_IA */ |