]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fixed mux compile warning
authorTony Lindgren <tony@atomide.com>
Thu, 15 Sep 2005 12:06:10 +0000 (15:06 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 15 Sep 2005 12:06:10 +0000 (15:06 +0300)
Fixed mux compile warning

include/asm-arm/arch-omap/mux.h

index 1d61631b4a3feb7a2fdb60adc1d576ef21fe84ba..083836cbd1f5b54ae6d0cce1aad26c4b99a32408 100644 (file)
@@ -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) */