summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/control.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-02-06 16:20:13 +0200
committerTero Kristo <t-kristo@ti.com>2015-03-31 21:26:55 +0300
commitae0f6798474053eb76863fa9b3befd9deea58ba6 (patch)
tree791f22218319f2ee02ea908d1e18c81a55343a2e /arch/arm/mach-omap2/control.c
parent80cbb224b789d256ad5cb36b0af3e5c04ed46bca (diff)
downloadlinux-ae0f6798474053eb76863fa9b3befd9deea58ba6.tar.gz
linux-ae0f6798474053eb76863fa9b3befd9deea58ba6.tar.xz
ARM: OMAP2+: control: remove API for getting control module base address
This shall not be used anymore, as control module driver is converted into using regmap. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/control.c')
-rw-r--r--arch/arm/mach-omap2/control.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
index 4b4094685087..202fc725426b 100644
--- a/arch/arm/mach-omap2/control.c
+++ b/arch/arm/mach-omap2/control.c
@@ -145,11 +145,6 @@ void __init omap2_set_globals_control(void __iomem *ctrl,
omap4_ctrl_pad_base = ctrl_pad;
}
-void __iomem *omap_ctrl_base_get(void)
-{
- return omap2_ctrl_base;
-}
-
u8 omap_ctrl_readb(u16 offset)
{
return readb_relaxed(OMAP_CTRL_REGADDR(offset));