diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-16 08:21:50 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-16 08:04:53 -0700 |
commit | 645ad6f3ca450ecd30e79d168563d79448317674 (patch) | |
tree | ae5b9ff41e7164c12e51b0cda41ece74192a5af1 /arch/arm/mach-omap2/omap_hwmod.h | |
parent | 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c (diff) | |
download | linux-645ad6f3ca450ecd30e79d168563d79448317674.tar.gz linux-645ad6f3ca450ecd30e79d168563d79448317674.tar.bz2 linux-645ad6f3ca450ecd30e79d168563d79448317674.zip |
ARM: OMAP2+: Drop unused enable_wakeup and disable_wakeup
We're only using static _enable_wakeup(), the others have no callers.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h index ef1bb08b1a2d..2d0fd99d4713 100644 --- a/arch/arm/mach-omap2/omap_hwmod.h +++ b/arch/arm/mach-omap2/omap_hwmod.h @@ -646,9 +646,6 @@ int omap_hwmod_get_resource_byname(struct omap_hwmod *oh, unsigned int type, struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh); void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh); -int omap_hwmod_enable_wakeup(struct omap_hwmod *oh); -int omap_hwmod_disable_wakeup(struct omap_hwmod *oh); - int omap_hwmod_for_each_by_class(const char *classname, int (*fn)(struct omap_hwmod *oh, void *user), |