diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-03-26 02:32:45 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-03-26 02:32:45 +0000 |
commit | 23e2e18960d5ffed4bc8bb082f1ef8e471307657 (patch) | |
tree | b99cd83c884082dd816a53de851226cd475b2861 /src/superio/NSC/pc97307 | |
parent | 27916da0a914ee6e096bb98b4e5112511221281f (diff) |
cleanup code to remove warnings
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/NSC/pc97307')
-rw-r--r-- | src/superio/NSC/pc97307/superio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/NSC/pc97307/superio.c b/src/superio/NSC/pc97307/superio.c index 5c7acb012d..124dd5c89c 100644 --- a/src/superio/NSC/pc97307/superio.c +++ b/src/superio/NSC/pc97307/superio.c @@ -16,7 +16,6 @@ void sio_enable(struct chip *chip, enum chip_pass pass) { unsigned char reg; - struct superio_NSC_pc97307_config *conf = (struct superio_NSC_pc97307_config *)chip->chip_info; switch (pass) { case CONF_PASS_PRE_PCI: |