From e30c396ffabb3d3c966eecfcd291ca11b815ba7a Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 7 May 2020 21:08:49 +0200 Subject: src: Remove unused '#include ' Unused includes found using following commande: diff <(git grep -l '#include ' -- src/) <(git grep -l 'size_t\|ssize_t\|wchar_t\|wint_t\|NULL\|DEVTREE_EARLY\|DEVTREE_CONST\ |MAYBE_STATIC_NONZERO\|MAYBE_STATIC_BSS\|zeroptr' -- src/)|grep '<' |grep -v vendor |grep -vF '.h' Change-Id: Ic54b1db995fe7c61b416fa5e1c4022238e4a6ad5 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/41150 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/google/peach_pit/memory.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/peach_pit/memory.c') diff --git a/src/mainboard/google/peach_pit/memory.c b/src/mainboard/google/peach_pit/memory.c index 8630802d3e..4e82c90744 100644 --- a/src/mainboard/google/peach_pit/memory.c +++ b/src/mainboard/google/peach_pit/memory.c @@ -4,7 +4,6 @@ #include #include #include -#include const struct mem_timings mem_timings = { .mem_manuf = MEM_MANUF_SAMSUNG, -- cgit v1.2.3