From 64b9e3f59e3d859e287884c294ad4180e5a5ef56 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Mon, 17 Jan 2022 15:11:43 +0100 Subject: hwaccess: move mmio functions into hwaccess_physmap The mmio_le/be_read/writex functions are used for raw memory access. Bundle them with the physmap functions. Change-Id: I313062b078e89630c703038866ac93c651f0f49a Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/61160 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- mcp6x_spi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mcp6x_spi.c') diff --git a/mcp6x_spi.c b/mcp6x_spi.c index 2097cf4f8..81ef1b519 100644 --- a/mcp6x_spi.c +++ b/mcp6x_spi.c @@ -23,7 +23,6 @@ #include #include "flash.h" #include "programmer.h" -#include "hwaccess.h" #include "hwaccess_physmap.h" #include "platform/pci.h" -- cgit v1.2.3