Commit 2989645b authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fixed mux compile warning

Fixed mux compile warning
parent e6c37966
......@@ -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) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment