From 012d867f731386309c5678d0d6636e4040b411c5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 20 Apr 2011 01:03:58 +0000 Subject: fix boards that still had some uart init remainders Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6522 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/nsc/pc87382/superio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/superio/nsc') 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; -- cgit v1.2.3