diff options
-rw-r--r-- | arch/arm/mach-omap2/mux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index 8920fa4775ac..137f321c029f 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h | |||
@@ -186,6 +186,12 @@ struct omap_device_pad { | |||
186 | 186 | ||
187 | struct omap_hwmod_mux_info; | 187 | struct omap_hwmod_mux_info; |
188 | 188 | ||
189 | #define OMAP_MUX_STATIC(signal, mode) \ | ||
190 | { \ | ||
191 | .name = (signal), \ | ||
192 | .enable = (mode), \ | ||
193 | } | ||
194 | |||
189 | #if defined(CONFIG_OMAP_MUX) | 195 | #if defined(CONFIG_OMAP_MUX) |
190 | 196 | ||
191 | /** | 197 | /** |