summaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47b397/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-08-11 23:48:14 +0000
committerStefan Reinauer <stepan@openbios.org>2006-08-11 23:48:14 +0000
commit9d65e6ec02f459d539b605317a32bdaecb114117 (patch)
treeca688c7154b9972910334d199efaeb309c880195 /src/superio/smsc/lpc47b397/chip.h
parente5522c39c09a61770c4014b237d2c53c78535ea9 (diff)
downloadcoreboot-9d65e6ec02f459d539b605317a32bdaecb114117.tar.xz
cleanup patch from Uwe Hermann.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc/lpc47b397/chip.h')
-rw-r--r--src/superio/smsc/lpc47b397/chip.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/superio/smsc/lpc47b397/chip.h b/src/superio/smsc/lpc47b397/chip.h
index 452cef51cf..4f6a06781f 100644
--- a/src/superio/smsc/lpc47b397/chip.h
+++ b/src/superio/smsc/lpc47b397/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
struct chip_operations;
extern struct chip_operations superio_smsc_lpc47b397_ops;