aboutsummaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2004-03-13 03:30:18 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2004-03-13 03:30:18 +0000
commitf8a31c510c51f190ae5e1d3d5989ba8cb3f162b9 (patch)
tree5fc6054ed15c2f1fbd82f5930e1ed5f6cc49ad71 /src/superio
parentcfaeaf6d2dd62476fc3234976d042fae16336b21 (diff)
Fix file broken by Erics changes
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1401 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/NSC/pc97307/chip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/NSC/pc97307/chip.h b/src/superio/NSC/pc97307/chip.h
index 8bdaec461d..fd78e8e89f 100644
--- a/src/superio/NSC/pc97307/chip.h
+++ b/src/superio/NSC/pc97307/chip.h
@@ -17,8 +17,6 @@
extern struct chip_control superio_NSC_pc97307_control;
struct superio_NSC_pc97307_config {
- struct com_ports com1;
- struct lpt_ports lpt;
int port;
};
#endif /* _SUPERIO_NSC_PC97307 */