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 --- internal.c | 1 - 1 file changed, 1 deletion(-) (limited to 'internal.c') diff --git a/internal.c b/internal.c index b9d17b47a..43bed9e2a 100644 --- a/internal.c +++ b/internal.c @@ -18,7 +18,6 @@ #include #include #include "flash.h" -#include "platform.h" #include "programmer.h" #include "hwaccess.h" -- cgit v1.2.3