From 18d6b0c926e671b21e539611dbfe41a2420f283f Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 6 Mar 2019 10:03:57 +0100 Subject: src/mainboard/*/*/cstates.c: Drop unused includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I315721d6261e558c3f7145c80714262052ce0e49 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/31783 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/mainboard/foxconn/d41s/cstates.c | 1 - src/mainboard/foxconn/g41s-k/cstates.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/foxconn') diff --git a/src/mainboard/foxconn/d41s/cstates.c b/src/mainboard/foxconn/d41s/cstates.c index 45b575207f..bee17799df 100644 --- a/src/mainboard/foxconn/d41s/cstates.c +++ b/src/mainboard/foxconn/d41s/cstates.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include #include int get_cst_entries(acpi_cstate_t **entries) diff --git a/src/mainboard/foxconn/g41s-k/cstates.c b/src/mainboard/foxconn/g41s-k/cstates.c index 062add2175..3ac18c24c5 100644 --- a/src/mainboard/foxconn/g41s-k/cstates.c +++ b/src/mainboard/foxconn/g41s-k/cstates.c @@ -15,7 +15,6 @@ */ #include -#include int get_cst_entries(acpi_cstate_t **entries) { -- cgit v1.2.3