]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68knommu: fix inconsistent formating in ColdFire 5407 definitions
authorGreg Ungerer <gerg@uclinux.org>
Tue, 18 Sep 2012 05:50:48 +0000 (15:50 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Thu, 27 Sep 2012 13:34:08 +0000 (23:34 +1000)
Fix tab broken address defines to be consistent with others in this file.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m5407sim.h

index cc485ba31bc8abee7950508d1ac1c88215c3b9e2..a7550bc5cd1e46d8e4ca7cbe6bef3654bf77b354 100644 (file)
 /*
  * Generic GPIO support
  */
-#define MCFGPIO_PIN_MAX                        16
-#define MCFGPIO_IRQ_MAX                        -1
-#define MCFGPIO_IRQ_VECBASE            -1
+#define MCFGPIO_PIN_MAX                16
+#define MCFGPIO_IRQ_MAX                -1
+#define MCFGPIO_IRQ_VECBASE    -1
 
 /*
  *     Some symbol defines for the above...
 /*
  *       Defines for the IRQPAR Register
  */
-#define IRQ5_LEVEL4    0x80
-#define IRQ3_LEVEL6    0x40
-#define IRQ1_LEVEL2    0x20
+#define IRQ5_LEVEL4            0x80
+#define IRQ3_LEVEL6            0x40
+#define IRQ1_LEVEL2            0x20
 
 /*
  *     Define system peripheral IRQ usage.