diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h index 35ca6efbec31..2678d2144ca8 100644 --- a/arch/arm/mach-omap2/omap_hwmod.h +++ b/arch/arm/mach-omap2/omap_hwmod.h | |||
@@ -702,13 +702,6 @@ int omap_hwmod_shutdown(struct omap_hwmod *oh); | |||
702 | 702 | ||
703 | int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name); | 703 | int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name); |
704 | int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name); | 704 | int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name); |
705 | int omap_hwmod_read_hardreset(struct omap_hwmod *oh, const char *name); | ||
706 | |||
707 | int omap_hwmod_enable_clocks(struct omap_hwmod *oh); | ||
708 | int omap_hwmod_disable_clocks(struct omap_hwmod *oh); | ||
709 | |||
710 | int omap_hwmod_reset(struct omap_hwmod *oh); | ||
711 | void omap_hwmod_ocp_barrier(struct omap_hwmod *oh); | ||
712 | 705 | ||
713 | void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs); | 706 | void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs); |
714 | u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs); | 707 | u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs); |
@@ -723,11 +716,6 @@ int omap_hwmod_get_resource_byname(struct omap_hwmod *oh, unsigned int type, | |||
723 | struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh); | 716 | struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh); |
724 | void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh); | 717 | void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh); |
725 | 718 | ||
726 | int omap_hwmod_add_initiator_dep(struct omap_hwmod *oh, | ||
727 | struct omap_hwmod *init_oh); | ||
728 | int omap_hwmod_del_initiator_dep(struct omap_hwmod *oh, | ||
729 | struct omap_hwmod *init_oh); | ||
730 | |||
731 | int omap_hwmod_enable_wakeup(struct omap_hwmod *oh); | 719 | int omap_hwmod_enable_wakeup(struct omap_hwmod *oh); |
732 | int omap_hwmod_disable_wakeup(struct omap_hwmod *oh); | 720 | int omap_hwmod_disable_wakeup(struct omap_hwmod *oh); |
733 | 721 | ||
@@ -739,10 +727,6 @@ int omap_hwmod_for_each_by_class(const char *classname, | |||
739 | int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state); | 727 | int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state); |
740 | int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh); | 728 | int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh); |
741 | 729 | ||
742 | int omap_hwmod_no_setup_reset(struct omap_hwmod *oh); | ||
743 | |||
744 | int omap_hwmod_pad_route_irq(struct omap_hwmod *oh, int pad_idx, int irq_idx); | ||
745 | |||
746 | extern void __init omap_hwmod_init(void); | 730 | extern void __init omap_hwmod_init(void); |
747 | 731 | ||
748 | const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh); | 732 | const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh); |