summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/serial.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-02-14 07:06:09 +0100
committerPaul Mundt <lethal@linux-sh.org>2007-02-14 07:06:09 +0100
commite65fa9f59e9230b72ac298d445b4a18a4eefeb34 (patch)
tree402036274b557da72a93b17fffc95f41c3137704 /include/asm-sh/serial.h
parentsh: Fixup r7780rp pata_platform for devres conversion. (diff)
downloadlinux-e65fa9f59e9230b72ac298d445b4a18a4eefeb34.tar.xz
linux-e65fa9f59e9230b72ac298d445b4a18a4eefeb34.zip
sh: Kill off dead bigsur and ec3104 boards.
Neither of these have had any maintenance in years, and there's no interest in keeping them straggling along. These have already been slated for removal some time, so finally just get rid of them. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/serial.h')
-rw-r--r--include/asm-sh/serial.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-sh/serial.h b/include/asm-sh/serial.h
index 8734590d27e8..4ac0e7810812 100644
--- a/include/asm-sh/serial.h
+++ b/include/asm-sh/serial.h
@@ -9,11 +9,6 @@
#include <linux/kernel.h>
-#ifdef CONFIG_SH_EC3104
-#include <asm/serial-ec3104.h>
-#elif defined (CONFIG_SH_BIGSUR)
-#include <asm/serial-bigsur.h>
-#else
/*
* This assumes you have a 1.8432 MHz clock for your UART.
*
@@ -41,5 +36,4 @@
#endif
-#endif
#endif /* _ASM_SERIAL_H */