From f42d2f72cccdbcd454a79424fdb998842f7754d6 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 12 Oct 2021 20:31:45 +0200 Subject: hwaccess: replace flashrom specific macros by compiler defines Replace the remaining IS_* macros with the associated compiler defines Change-Id: Ia0f022d12390722816066d292e1878824adc613c Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/58280 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- serprog.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'serprog.c') diff --git a/serprog.c b/serprog.c index f142b492e..2bbf44b31 100644 --- a/serprog.c +++ b/serprog.c @@ -15,8 +15,6 @@ * GNU General Public License for more details. */ -#include "platform.h" - #include #if ! IS_WINDOWS /* stuff (presumably) needed for sockets only */ #include -- cgit v1.2.3