From 4d5616bf40248117549d31c7bd3f1e0cf6433d3c Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 24 Aug 2018 10:29:42 +0200 Subject: mb/intel/coffeelake_rvp: Remove superfluous header file TEST: same sha256sum with BUILD_TIMELESS=1. Change-Id: Icf3368bcf1351f0e7cd4041c3792d76362aec9e5 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/28331 Tested-by: build bot (Jenkins) Reviewed-by: Lijian Zhao --- src/mainboard/intel/coffeelake_rvp/bootblock.c | 1 - src/mainboard/intel/coffeelake_rvp/chromeos.c | 1 - src/mainboard/intel/coffeelake_rvp/mainboard.c | 1 - .../variants/cfl_h/include/variant/gpio.h | 21 --------------------- .../variants/cfl_u/include/variant/gpio.h | 21 --------------------- 5 files changed, 45 deletions(-) delete mode 100644 src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h delete mode 100644 src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h diff --git a/src/mainboard/intel/coffeelake_rvp/bootblock.c b/src/mainboard/intel/coffeelake_rvp/bootblock.c index 86559474da..cac219eca4 100644 --- a/src/mainboard/intel/coffeelake_rvp/bootblock.c +++ b/src/mainboard/intel/coffeelake_rvp/bootblock.c @@ -16,7 +16,6 @@ #include #include #include -#include void bootblock_mainboard_init(void) { diff --git a/src/mainboard/intel/coffeelake_rvp/chromeos.c b/src/mainboard/intel/coffeelake_rvp/chromeos.c index 6fe27cd925..9f7bc4110c 100644 --- a/src/mainboard/intel/coffeelake_rvp/chromeos.c +++ b/src/mainboard/intel/coffeelake_rvp/chromeos.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #if ENV_RAMSTAGE diff --git a/src/mainboard/intel/coffeelake_rvp/mainboard.c b/src/mainboard/intel/coffeelake_rvp/mainboard.c index 522cfc426b..aabb3edd57 100644 --- a/src/mainboard/intel/coffeelake_rvp/mainboard.c +++ b/src/mainboard/intel/coffeelake_rvp/mainboard.c @@ -20,7 +20,6 @@ #include #include #include -#include static void mainboard_init(void *chip_info) { diff --git a/src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h b/src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h deleted file mode 100644 index c34a9b3cd9..0000000000 --- a/src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright 2018 Intel Corporation. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the - * GNU General Public License for more details. - */ - -#ifndef __MAINBOARD_GPIO_H__ -#define __MAINBOARD_GPIO_H__ - -#include - -#endif /* __MAINBOARD_GPIO_H__ */ diff --git a/src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h b/src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h deleted file mode 100644 index c34a9b3cd9..0000000000 --- a/src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright 2018 Intel Corporation. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the - * GNU General Public License for more details. - */ - -#ifndef __MAINBOARD_GPIO_H__ -#define __MAINBOARD_GPIO_H__ - -#include - -#endif /* __MAINBOARD_GPIO_H__ */ -- cgit v1.2.3