diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-04 16:17:54 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-04 13:48:03 +0100 |
commit | b8f05d4faab11a7b726963dc3821a682281eea02 (patch) | |
tree | 3d4352f5db4fd0ef6b4f6a50049ed0f96b2964c5 /src/superio/nsc/pc87417/superio.c | |
parent | db1a2fb3df73fe65381b52089fb890ba3c4f5122 (diff) |
superio/nsc/pc87417: Use link-time symbols over .c inclusion
Change-Id: I2efb7ab4b69bcd127b2faf54277dc229c9dcf3ea
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/8078
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/superio/nsc/pc87417/superio.c')
-rw-r--r-- | src/superio/nsc/pc87417/superio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/nsc/pc87417/superio.c b/src/superio/nsc/pc87417/superio.c index 2295f29f61..15bd0eab03 100644 --- a/src/superio/nsc/pc87417/superio.c +++ b/src/superio/nsc/pc87417/superio.c @@ -31,7 +31,6 @@ static void init(struct device *dev) { - if (!dev->enabled) return; |