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@xxxxxxxxxx> --- 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