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 --- serial.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'serial.c') diff --git a/serial.c b/serial.c index 76d34a26..72f9ef68 100644 --- a/serial.c +++ b/serial.c @@ -15,8 +15,6 @@ * GNU General Public License for more details. */ -#include "platform.h" - #include #include #include -- cgit v1.2.3