From: Tony Lindgren Date: Thu, 15 Sep 2005 12:06:10 +0000 (+0300) Subject: ARM: OMAP: Fixed mux compile warning X-Git-Tag: v2.6.15-omap2~214 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2989645bf82772385df254912cd329d2e9a55fa2;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fixed mux compile warning Fixed mux compile warning --- 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) */