Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae0f6798 authored by Tero Kristo's avatar Tero Kristo
Browse files

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: default avatarTero Kristo <t-kristo@ti.com>
parent 80cbb224
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -145,11 +145,6 @@ void __init omap2_set_globals_control(void __iomem *ctrl,
	omap4_ctrl_pad_base = ctrl_pad;
	omap4_ctrl_pad_base = ctrl_pad;
}
}


void __iomem *omap_ctrl_base_get(void)
{
	return omap2_ctrl_base;
}

u8 omap_ctrl_readb(u16 offset)
u8 omap_ctrl_readb(u16 offset)
{
{
	return readb_relaxed(OMAP_CTRL_REGADDR(offset));
	return readb_relaxed(OMAP_CTRL_REGADDR(offset));
+0 −2
Original line number Original line Diff line number Diff line
@@ -440,7 +440,6 @@


#ifndef __ASSEMBLY__
#ifndef __ASSEMBLY__
#ifdef CONFIG_ARCH_OMAP2PLUS
#ifdef CONFIG_ARCH_OMAP2PLUS
extern void __iomem *omap_ctrl_base_get(void);
extern u8 omap_ctrl_readb(u16 offset);
extern u8 omap_ctrl_readb(u16 offset);
extern u16 omap_ctrl_readw(u16 offset);
extern u16 omap_ctrl_readw(u16 offset);
extern u32 omap_ctrl_readl(u16 offset);
extern u32 omap_ctrl_readl(u16 offset);
@@ -470,7 +469,6 @@ extern void omap2_set_globals_control(void __iomem *ctrl,
				      void __iomem *ctrl_pad);
				      void __iomem *ctrl_pad);
void __init omap3_control_legacy_iomap_init(void);
void __init omap3_control_legacy_iomap_init(void);
#else
#else
#define omap_ctrl_base_get()		0
#define omap_ctrl_readb(x)		0
#define omap_ctrl_readb(x)		0
#define omap_ctrl_readw(x)		0
#define omap_ctrl_readw(x)		0
#define omap_ctrl_readl(x)		0
#define omap_ctrl_readl(x)		0