[PATCH -next] omap: mux: Remove unused omap2_mux_init() declaration
Gaosheng Cui
cuigaosheng1 at huawei.com
Mon Aug 12 23:56:44 PDT 2024
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 at huawei.com>
---
arch/arm/mach-omap1/mux.h | 2 --
1 file changed, 2 deletions(-)
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
--
2.25.1
More information about the linux-arm-kernel
mailing list