Fix mux compile without debug selected.
We can also optimize out debug field, but the mux stuff
should be all __init with the board-*.c files, so deal
with that later.
Signed-off-by: Tony Lindgren <tony@atomide.com>
struct pin_config {
char *name;
const unsigned int mux_reg;
+ unsigned char debug;
#if defined(CONFIG_ARCH_OMAP34XX)
u16 mux_val; /* Wake-up, off mode, pull, mux mode */
#endif
#if defined(CONFIG_OMAP_MUX_DEBUG) || defined(CONFIG_OMAP_MUX_WARNINGS)
- unsigned char debug;
const char *mux_reg_name;
#endif