diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-09-18 01:17:18 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-09-27 09:34:04 -0400 |
commit | 4617134eaf061ae2ef9e8f21ede05c93884a88ff (patch) | |
tree | 39141f77a2d6bbf7316661eded497a1526568e48 /arch/m68k/include | |
parent | 944c3d81dbead14725e7d12675c37a2027760608 (diff) |
m68knommu: fix inconsistent formating in ColdFire 523x definitions
Fix tab broken address defines to be consistent with others in this file.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r-- | arch/m68k/include/asm/m523xsim.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/m68k/include/asm/m523xsim.h b/arch/m68k/include/asm/m523xsim.h index d1d4ec74d286..5e06b4eb57f3 100644 --- a/arch/m68k/include/asm/m523xsim.h +++ b/arch/m68k/include/asm/m523xsim.h | |||
@@ -176,15 +176,15 @@ | |||
176 | /* | 176 | /* |
177 | * Generic GPIO support | 177 | * Generic GPIO support |
178 | */ | 178 | */ |
179 | #define MCFGPIO_PODR MCFGPIO_PODR_ADDR | 179 | #define MCFGPIO_PODR MCFGPIO_PODR_ADDR |
180 | #define MCFGPIO_PDDR MCFGPIO_PDDR_ADDR | 180 | #define MCFGPIO_PDDR MCFGPIO_PDDR_ADDR |
181 | #define MCFGPIO_PPDR MCFGPIO_PPDSDR_ADDR | 181 | #define MCFGPIO_PPDR MCFGPIO_PPDSDR_ADDR |
182 | #define MCFGPIO_SETR MCFGPIO_PPDSDR_ADDR | 182 | #define MCFGPIO_SETR MCFGPIO_PPDSDR_ADDR |
183 | #define MCFGPIO_CLRR MCFGPIO_PCLRR_ADDR | 183 | #define MCFGPIO_CLRR MCFGPIO_PCLRR_ADDR |
184 | 184 | ||
185 | #define MCFGPIO_PIN_MAX 107 | 185 | #define MCFGPIO_PIN_MAX 107 |
186 | #define MCFGPIO_IRQ_MAX 8 | 186 | #define MCFGPIO_IRQ_MAX 8 |
187 | #define MCFGPIO_IRQ_VECBASE MCFINT_VECBASE | 187 | #define MCFGPIO_IRQ_VECBASE MCFINT_VECBASE |
188 | 188 | ||
189 | /* | 189 | /* |
190 | * Pin Assignment | 190 | * Pin Assignment |