From 2989645bf82772385df254912cd329d2e9a55fa2 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Thu, 15 Sep 2005 15:06:10 +0300 Subject: [PATCH] ARM: OMAP: Fixed mux compile warning Fixed mux compile warning --- include/asm-arm/arch-omap/mux.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asm-arm/arch-omap/mux.h b/include/asm-arm/arch-omap/mux.h index 1d61631b4a3..083836cbd1f 100644 --- a/include/asm-arm/arch-omap/mux.h +++ b/include/asm-arm/arch-omap/mux.h @@ -406,6 +406,7 @@ enum omap24xx_index { /* setup pin muxing in Linux */ extern int omap1_mux_init(void); extern int omap2_mux_init(void); +extern int omap_mux_register(struct pin_config * pins, unsigned long size); extern int omap_cfg_reg(unsigned long reg_cfg); #else /* boot loader does it all (no warnings from CONFIG_OMAP_MUX_WARNINGS) */ -- 2.41.1