summaryrefslogtreecommitdiff
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
commit4c2e9925f96bc9c412b165069520b1c707c9a4df (patch)
tree5aaa62322db3b9706de98d0f24bd22cdde9af14f /src/superio/nsc
parent0c9071dd43a916431e5436e4382654b89fd22732 (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 4a4fbde38..7f4afe3d2 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;