diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-02 12:40:51 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-04 09:54:35 +0000 |
commit | 708085654235f44b3fd9734026811c38b1feec45 (patch) | |
tree | f3085c54ff15209fe02e1a3c644af47c2520794c /src/mainboard | |
parent | c351e8c30245bc1514111da5b176a14967bbb29d (diff) |
mb/clevo/cml-u/bootblock.c: Remove unused includes
Change-Id: I048e906306bf77a941b5f731ade15292fa944390
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50219
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/clevo/cml-u/bootblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/clevo/cml-u/bootblock.c b/src/mainboard/clevo/cml-u/bootblock.c index 0b5965a905..b351fbd8ef 100644 --- a/src/mainboard/clevo/cml-u/bootblock.c +++ b/src/mainboard/clevo/cml-u/bootblock.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <bootblock_common.h> -#include <gpio.h> #include <variant/gpio.h> void bootblock_mainboard_early_init(void) |