diff mbox series

[RESEND] ARM: OMAP2+: remove omap2_set_globals_control()

Message ID 20210425142331.20268-1-dariobin@libero.it
State New
Headers show
Series [RESEND] ARM: OMAP2+: remove omap2_set_globals_control() | expand

Commit Message

Dario Binacchi April 25, 2021, 2:23 p.m. UTC
The function is no longer used, so let's remove it.

Signed-off-by: Dario Binacchi <dariobin@libero.it>


---

 arch/arm/mach-omap2/control.c | 5 -----
 arch/arm/mach-omap2/control.h | 1 -
 2 files changed, 6 deletions(-)

Comments

Tony Lindgren May 21, 2021, 9:29 a.m. UTC | #1
* Dario Binacchi <dariobin@libero.it> [210425 17:23]:
> The function is no longer used, so let's remove it.


Thanks applying into omap-for-v5.14/cleanup.

Tony
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
index 73338cf80d76..062d431fc33a 100644
--- a/arch/arm/mach-omap2/control.c
+++ b/arch/arm/mach-omap2/control.c
@@ -136,11 +136,6 @@  struct omap3_control_regs {
 static struct omap3_control_regs control_context;
 #endif /* CONFIG_ARCH_OMAP3 && CONFIG_PM */
 
-void __init omap2_set_globals_control(void __iomem *ctrl)
-{
-	omap2_ctrl_base = ctrl;
-}
-
 u8 omap_ctrl_readb(u16 offset)
 {
 	u32 val;
diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h
index eceb4b09adb2..c4ca30ba1790 100644
--- a/arch/arm/mach-omap2/control.h
+++ b/arch/arm/mach-omap2/control.h
@@ -528,7 +528,6 @@  extern int omap3_ctrl_save_padconf(void);
 void omap3_ctrl_init(void);
 int omap2_control_base_init(void);
 int omap_control_init(void);
-void omap2_set_globals_control(void __iomem *ctrl);
 void __init omap3_control_legacy_iomap_init(void);
 #else
 #define omap_ctrl_readb(x)		0