diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-28 12:53:09 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:48:52 +0000 |
commit | 1e8c9ad54f1ac16c3965ff75a69aad8ea72ab336 (patch) | |
tree | 9ea848d587f5a25f4f2e080ef2d469fab68c6cde /src/mainboard/lenovo/x201/mainboard.c | |
parent | b8a7f04267be5a6b22fc51c93159c79c18203c39 (diff) |
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/mainboard/lenovo/x201/mainboard.c')
-rw-r--r-- | src/mainboard/lenovo/x201/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x201/mainboard.c b/src/mainboard/lenovo/x201/mainboard.c index 4b01ada146..419f8177a2 100644 --- a/src/mainboard/lenovo/x201/mainboard.c +++ b/src/mainboard/lenovo/x201/mainboard.c @@ -25,7 +25,6 @@ #include "dock.h" #include <drivers/intel/gma/int15.h> -#include <pc80/keyboard.h> #include <cpu/x86/lapic.h> #include <device/pci.h> #include <drivers/lenovo/lenovo.h> |