From 06a5e854e198e21a02b1d7d1114d19b8d40f9188 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 15 Jun 2020 18:20:08 +0200 Subject: src: Drop unused include Found using: diff <(git grep -l '#include ' -- src/) <(git grep -l 'TSC_SYNC\|tsc_struct\|rdtsc\|tsc_t\|multiply_to_tsc\|rdtscll\|tsc_to_uint64\|tsc_freq_mhz\|tsc_constant_rate' -- src/)|grep '<' Change-Id: Id090e232a96323adb8d9a24b81f7ae5669248f57 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/42393 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/soc/intel/braswell/acpi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/braswell/acpi.c') diff --git a/src/soc/intel/braswell/acpi.c b/src/soc/intel/braswell/acpi.c index 98d7980995..557b449fe6 100644 --- a/src/soc/intel/braswell/acpi.c +++ b/src/soc/intel/braswell/acpi.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3