diff options
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap_hwmod.h | 2 |
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)); | |||
486 | int omap_hwmod_late_init(void); | 486 | int omap_hwmod_late_init(void); |
487 | 487 | ||
488 | int omap_hwmod_enable(struct omap_hwmod *oh); | 488 | int omap_hwmod_enable(struct omap_hwmod *oh); |
489 | int _omap_hwmod_enable(struct omap_hwmod *oh); | ||
489 | int omap_hwmod_idle(struct omap_hwmod *oh); | 490 | int omap_hwmod_idle(struct omap_hwmod *oh); |
491 | int _omap_hwmod_idle(struct omap_hwmod *oh); | ||
490 | int omap_hwmod_shutdown(struct omap_hwmod *oh); | 492 | int omap_hwmod_shutdown(struct omap_hwmod *oh); |
491 | 493 | ||
492 | int omap_hwmod_enable_clocks(struct omap_hwmod *oh); | 494 | int omap_hwmod_enable_clocks(struct omap_hwmod *oh); |