diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-09-30 16:21:50 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-22 01:53:36 +0000 |
commit | 73fec24319ffb2a699025b4570d8700c0c18b413 (patch) | |
tree | d75b29b9e4575e139c45d6e797bf6e43bf241c9e /src/mainboard/lenovo/t420 | |
parent | f0f73bdb1d203350f259da2b195c2e1ff99c0915 (diff) |
mb/lenovo/*/mainboard.c: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I406f21c0c05e6af357e45e718422be94c6fd5408
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68017
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/lenovo/t420')
-rw-r--r-- | src/mainboard/lenovo/t420/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t420/mainboard.c b/src/mainboard/lenovo/t420/mainboard.c index c8b212cb2f..50c944e341 100644 --- a/src/mainboard/lenovo/t420/mainboard.c +++ b/src/mainboard/lenovo/t420/mainboard.c @@ -2,7 +2,6 @@ #include <device/device.h> #include <drivers/intel/gma/int15.h> -#include <ec/lenovo/h8/h8.h> static void mainboard_enable(struct device *dev) { |