diff options
Diffstat (limited to 'arch/m68k/include')
-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 52d1a33887d1..1fb01bb05d6c 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 */ |