From 24fb03e767d3c81184e4a6ea80a31f62b4edac36 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 4 Jan 2015 04:09:55 +1100 Subject: superio/nsc/pc87360: Use link-time symbol over .c includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id6d9efc93fdaff63dcaab50712ac9be35ccb42a7 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/8053 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/superio/nsc/pc87360/superio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/superio/nsc/pc87360/superio.c') diff --git a/src/superio/nsc/pc87360/superio.c b/src/superio/nsc/pc87360/superio.c index 58e08023ab..5706014b34 100644 --- a/src/superio/nsc/pc87360/superio.c +++ b/src/superio/nsc/pc87360/superio.c @@ -30,7 +30,6 @@ static void init(struct device *dev) { - if (!dev->enabled) return; -- cgit v1.2.3