diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-04 16:10:32 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-04 13:47:53 +0100 |
commit | db1a2fb3df73fe65381b52089fb890ba3c4f5122 (patch) | |
tree | 121eb4beb8ed3927fa43ef8cc1f239fd31eb9f52 /src/superio/nsc/pc87366/superio.c | |
parent | fc4e8550afc5aab4af7801e2e008a8712f8c7795 (diff) |
superio/nsc/pc87366: Use link-time symbols over .c inclusion
Change-Id: Id156ca3c9a14c5bcc4d6cdb8434ca8efdac3139a
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/8077
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/superio/nsc/pc87366/superio.c')
-rw-r--r-- | src/superio/nsc/pc87366/superio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/nsc/pc87366/superio.c b/src/superio/nsc/pc87366/superio.c index 9cfba04c97..9bf14fc9d2 100644 --- a/src/superio/nsc/pc87366/superio.c +++ b/src/superio/nsc/pc87366/superio.c @@ -30,7 +30,6 @@ static void init(struct device *dev) { - if (!dev->enabled) return; |