summaryrefslogtreecommitdiff
path: root/src/superio/winbond
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-28 12:53:09 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 09:48:52 +0000
commit1e8c9ad54f1ac16c3965ff75a69aad8ea72ab336 (patch)
tree9ea848d587f5a25f4f2e080ef2d469fab68c6cde /src/superio/winbond
parentb8a7f04267be5a6b22fc51c93159c79c18203c39 (diff)
downloadcoreboot-1e8c9ad54f1ac16c3965ff75a69aad8ea72ab336.tar.xz
src: Remove unneeded include <pc80/keyboard.h>
Change-Id: I0dcdfb1fa782c7936a19de11adcf17387f49d9db Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29309 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/superio/winbond')
-rw-r--r--src/superio/winbond/w83697hf/superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/winbond/w83697hf/superio.c b/src/superio/winbond/w83697hf/superio.c
index 0b63cd2773..ef7077c81e 100644
--- a/src/superio/winbond/w83697hf/superio.c
+++ b/src/superio/winbond/w83697hf/superio.c
@@ -23,7 +23,6 @@
#include <lib.h>
#include <pc80/mc146818rtc.h>
#include <stdlib.h>
-#include <pc80/keyboard.h>
#include "chip.h"
#include "w83697hf.h"