diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-14 21:16:20 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-16 14:05:34 +0000 |
commit | 37871c85f6e56d8a98342e5ccea690e152540294 (patch) | |
tree | 32af553f04f6c6dae5a8ae964c64f237104e570d /src/superio/aspeed | |
parent | 2c760f5b701f58d4f423f6dd32d1d0010c985d9f (diff) | |
download | coreboot-37871c85f6e56d8a98342e5ccea690e152540294.tar.xz |
src/superio: Remove unused 'include <console/console.h>'
Change-Id: Iaeb69c5e7cb3345f4f2ff90eef4f97d72c722ca2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36048
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/aspeed')
-rw-r--r-- | src/superio/aspeed/ast2400/superio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/aspeed/ast2400/superio.c b/src/superio/aspeed/ast2400/superio.c index bd59fd64b2..5ae630ef45 100644 --- a/src/superio/aspeed/ast2400/superio.c +++ b/src/superio/aspeed/ast2400/superio.c @@ -18,7 +18,6 @@ #include <device/device.h> #include <device/pnp.h> #include <superio/conf_mode.h> -#include <console/console.h> #include <string.h> #include <pc80/keyboard.h> #include <superio/common/ssdt.h> |