diff options
Diffstat (limited to 'arch/arm/mach-omap2/control.c')
-rw-r--r-- | arch/arm/mach-omap2/control.c | 5 |
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, | |||
145 | omap4_ctrl_pad_base = ctrl_pad; | 145 | omap4_ctrl_pad_base = ctrl_pad; |
146 | } | 146 | } |
147 | 147 | ||
148 | void __iomem *omap_ctrl_base_get(void) | ||
149 | { | ||
150 | return omap2_ctrl_base; | ||
151 | } | ||
152 | |||
153 | u8 omap_ctrl_readb(u16 offset) | 148 | u8 omap_ctrl_readb(u16 offset) |
154 | { | 149 | { |
155 | return readb_relaxed(OMAP_CTRL_REGADDR(offset)); | 150 | return readb_relaxed(OMAP_CTRL_REGADDR(offset)); |