diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-09-18 01:20:19 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-09-27 09:34:05 -0400 |
commit | 41e5be6a0e3bd0b54b7d2e60ba3225887286a45f (patch) | |
tree | ee982a8ac3fade22bf9f5b5669092ed1b0036000 /arch | |
parent | 4617134eaf061ae2ef9e8f21ede05c93884a88ff (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/include/asm/m5272sim.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/m5272sim.h b/arch/m68k/include/asm/m5272sim.h index 52d1a33887d..1fb01bb05d6 100644 --- a/arch/m68k/include/asm/m5272sim.h +++ b/arch/m68k/include/asm/m5272sim.h | |||
@@ -132,8 +132,9 @@ | |||
132 | /* | 132 | /* |
133 | * Generic GPIO support | 133 | * Generic GPIO support |
134 | */ | 134 | */ |
135 | #define MCFGPIO_PIN_MAX 48 | 135 | #define MCFGPIO_PIN_MAX 48 |
136 | #define MCFGPIO_IRQ_MAX -1 | 136 | #define MCFGPIO_IRQ_MAX -1 |
137 | #define MCFGPIO_IRQ_VECBASE -1 | 137 | #define MCFGPIO_IRQ_VECBASE -1 |
138 | |||
138 | /****************************************************************************/ | 139 | /****************************************************************************/ |
139 | #endif /* m5272sim_h */ | 140 | #endif /* m5272sim_h */ |