Browse Source

m68knommu: fix inconsistent formating in ColdFire 5272 definitions

Fix tab broken defines to be consistent with others in this file.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Greg Ungerer 12 years ago
parent
commit
41e5be6a0e
1 changed files with 4 additions and 3 deletions
  1. 4 3
      arch/m68k/include/asm/m5272sim.h

+ 4 - 3
arch/m68k/include/asm/m5272sim.h

@@ -132,8 +132,9 @@
 /*
  * Generic GPIO support
  */
-#define MCFGPIO_PIN_MAX			48
-#define MCFGPIO_IRQ_MAX			-1
-#define MCFGPIO_IRQ_VECBASE		-1
+#define MCFGPIO_PIN_MAX		48
+#define MCFGPIO_IRQ_MAX		-1
+#define MCFGPIO_IRQ_VECBASE	-1
+
 /****************************************************************************/
 #endif	/* m5272sim_h */