From b8f364bece63ad8c8e0a015f4485ad59104b3209 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 14 Dec 2021 17:52:30 +0100 Subject: physmap: rename to hwaccess_physmap, create own header Line up physmap with the other hwaccess related code. Change-Id: Ieba6f4e94cfc3e668fcb8b3c978de5908aed2592 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/60113 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- ogp_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ogp_spi.c') diff --git a/ogp_spi.c b/ogp_spi.c index 4a4934ec..d4218d14 100644 --- a/ogp_spi.c +++ b/ogp_spi.c @@ -20,6 +20,7 @@ #include "programmer.h" #include "hwaccess.h" #include "hwaccess_x86_io.h" +#include "hwaccess_physmap.h" #include "platform/pci.h" #define PCI_VENDOR_ID_OGP 0x1227 -- cgit v1.2.3