aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nsc
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-20 01:03:58 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-20 01:03:58 +0000
commit012d867f731386309c5678d0d6636e4040b411c5 (patch)
tree5aaa62322db3b9706de98d0f24bd22cdde9af14f /src/superio/nsc
parent13508b94cba913b94ba9afc8dc3d97313140152d (diff)
fix boards that still had some uart init remainders
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6522 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/nsc')
-rw-r--r--src/superio/nsc/pc87382/superio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/nsc/pc87382/superio.c b/src/superio/nsc/pc87382/superio.c
index 4a4fbde387..7f4afe3d27 100644
--- a/src/superio/nsc/pc87382/superio.c
+++ b/src/superio/nsc/pc87382/superio.c
@@ -32,8 +32,6 @@
static void init(device_t dev)
{
- struct superio_nsc_pc87382_config *conf = dev->chip_info;
-
if (!dev->enabled)
return;