aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-10-02 23:13:17 +0900
committerRalf Baechle <ralf@linux-mips.org>2007-10-11 23:46:14 +0100
commit5a860424a1bcf21655d993a7c09b36662e34d2a9 (patch)
tree885c436e8688ae6ade30f3873c8826f28303f41c /include/asm-mips
parent[MIPS] Cobalt: Move PCI definitions to arch/mips/pci/fixup-cobalt.c. (diff)
downloadlinux-dev-5a860424a1bcf21655d993a7c09b36662e34d2a9.tar.xz
linux-dev-5a860424a1bcf21655d993a7c09b36662e34d2a9.zip
[MIPS] Cobalt: Move UART base definition to arch/mips/cobalt/console.c
They're only used in arch/mips/cobalt/console.c. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/mach-cobalt/cobalt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/mach-cobalt/cobalt.h b/include/asm-mips/mach-cobalt/cobalt.h
index f27fcef3e3ff..4cb5844d42df 100644
--- a/include/asm-mips/mach-cobalt/cobalt.h
+++ b/include/asm-mips/mach-cobalt/cobalt.h
@@ -39,6 +39,4 @@ extern int cobalt_board_id;
# define COBALT_KEY_SELECT (1 << 7)
# define COBALT_KEY_MASK 0xfe
-#define COBALT_UART ((volatile unsigned char *) CKSEG1ADDR(0x1c800000))
-
#endif /* __ASM_COBALT_H */