diff mbox series

[-next] omap: mux: Remove unused omap2_mux_init() declaration

Message ID 20240813065644.1037593-1-cuigaosheng1@huawei.com
State New
Headers show
Series [-next] omap: mux: Remove unused omap2_mux_init() declaration | expand

Commit Message

Gaosheng Cui Aug. 13, 2024, 6:56 a.m. UTC
The omap2_mux_init() has been removed since
commit c9d8230e316a ("omap: mux: Remove old mux code"), so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/arm/mach-omap1/mux.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/mach-omap1/mux.h b/arch/arm/mach-omap1/mux.h
index 3e7ed3348a55..3f040e0cece2 100644
--- a/arch/arm/mach-omap1/mux.h
+++ b/arch/arm/mach-omap1/mux.h
@@ -139,6 +139,4 @@  extern int omap_mux_register(struct omap_mux_cfg *);
 static inline int omap1_mux_init(void) { return 0; }
 #endif
 
-extern int omap2_mux_init(void);
-
 #endif