diff options
author | Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> | 2010-08-04 08:42:43 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-10-20 20:17:29 -0400 |
commit | 713e919e09492342eb8cd56f5aa7e3b33f672968 (patch) | |
tree | 1d9995cf4c11eef6f53833a5b0d85840bb7ea9be /drivers/serial | |
parent | 4a33fbcb3cdb0172e6e355a4ced3ca4d16622ffd (diff) |
arch/m68knommu: Removing dead 68328_SERIAL_UART2 config option
CONFIG_68328_SERIAL_UART2 doesn't exist in Kconfig, therefore removing
all references to it from the source.
Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/68328serial.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/serial/68328serial.h b/drivers/serial/68328serial.h index 58aa2154655b..664ceb0a158c 100644 --- a/drivers/serial/68328serial.h +++ b/drivers/serial/68328serial.h | |||
@@ -181,13 +181,8 @@ struct m68k_serial { | |||
181 | /* | 181 | /* |
182 | * Define the number of ports supported and their irqs. | 182 | * Define the number of ports supported and their irqs. |
183 | */ | 183 | */ |
184 | #ifndef CONFIG_68328_SERIAL_UART2 | ||
185 | #define NR_PORTS 1 | 184 | #define NR_PORTS 1 |
186 | #define UART_IRQ_DEFNS {UART_IRQ_NUM} | 185 | #define UART_IRQ_DEFNS {UART_IRQ_NUM} |
187 | #else | ||
188 | #define NR_PORTS 2 | ||
189 | #define UART_IRQ_DEFNS {UART1_IRQ_NUM, UART2_IRQ_NUM} | ||
190 | #endif | ||
191 | 186 | ||
192 | #endif /* __KERNEL__ */ | 187 | #endif /* __KERNEL__ */ |
193 | #endif /* !(_MC683XX_SERIAL_H) */ | 188 | #endif /* !(_MC683XX_SERIAL_H) */ |