diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap_hwmod.h')
-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 21d392233ed..3306bdfb79a 100644 --- a/arch/arm/plat-omap/include/plat/omap_hwmod.h +++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h | |||
@@ -516,6 +516,7 @@ struct omap_hwmod { | |||
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 *clkdm_name; |
519 | struct clockdomain *clkdm; | ||
519 | char *vdd_name; | 520 | char *vdd_name; |
520 | struct voltagedomain *voltdm; | 521 | struct voltagedomain *voltdm; |
521 | struct omap_hwmod_ocp_if **masters; /* connect to *_IA */ | 522 | struct omap_hwmod_ocp_if **masters; /* connect to *_IA */ |