summaryrefslogtreecommitdiff
path: root/src/superio/fintek
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-14 21:16:20 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-16 14:05:34 +0000
commit37871c85f6e56d8a98342e5ccea690e152540294 (patch)
tree32af553f04f6c6dae5a8ae964c64f237104e570d /src/superio/fintek
parent2c760f5b701f58d4f423f6dd32d1d0010c985d9f (diff)
downloadcoreboot-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/fintek')
-rw-r--r--src/superio/fintek/f81803a/superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/fintek/f81803a/superio.c b/src/superio/fintek/f81803a/superio.c
index a07b69e97e..1cb31bfa9b 100644
--- a/src/superio/fintek/f81803a/superio.c
+++ b/src/superio/fintek/f81803a/superio.c
@@ -17,7 +17,6 @@
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>
-#include <console/console.h>
#include <stdlib.h>
#include <pc80/keyboard.h>
#include "f81803a.h"