]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-omap/mux.h
ARM: OMAP: Formatting changes to sync with mainline
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-omap / mux.h
index ef4f6ead75e81309673a8d57e680424b47bc4976..13415a9aab06431540e6e045a0d7988c7c711154 100644 (file)
 },
 
 
-/* 
+/*
  * OMAP730 has a slightly different config for the pin mux.
- * - config regs are the OMAP730_IO_CONF_x regs (see omap730.h) regs and 
+ * - config regs are the OMAP730_IO_CONF_x regs (see omap730.h) regs and
  *   not the FUNC_MUX_CTRL_x regs from hardware.h
- * - for pull-up/down, only has one enable bit which is is in the same register 
+ * - for pull-up/down, only has one enable bit which is is in the same register
  *   as mux config
  */
 #define MUX_CFG_730(desc, mux_reg, mode_offset, mode,  \
        .mask           = mode,                                 \
        .pull_val       = pull_en,                              \
        .pu_pd_val      = pull_mode,                            \
-},     
-        
+},
+
 
 #define PULL_DISABLED  0
 #define PULL_ENABLED   1