aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r--arch/arm/plat-omap/include/plat/omap_hwmod.h2
1 files changed, 2 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 0eccc09ac4a9..253f6e55638c 100644
--- a/arch/arm/plat-omap/include/plat/omap_hwmod.h
+++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h
@@ -486,7 +486,9 @@ int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh));
486int omap_hwmod_late_init(void); 486int omap_hwmod_late_init(void);
487 487
488int omap_hwmod_enable(struct omap_hwmod *oh); 488int omap_hwmod_enable(struct omap_hwmod *oh);
489int _omap_hwmod_enable(struct omap_hwmod *oh);
489int omap_hwmod_idle(struct omap_hwmod *oh); 490int omap_hwmod_idle(struct omap_hwmod *oh);
491int _omap_hwmod_idle(struct omap_hwmod *oh);
490int omap_hwmod_shutdown(struct omap_hwmod *oh); 492int omap_hwmod_shutdown(struct omap_hwmod *oh);
491 493
492int omap_hwmod_enable_clocks(struct omap_hwmod *oh); 494int omap_hwmod_enable_clocks(struct omap_hwmod *oh);