summaryrefslogtreecommitdiffstats
path: root/src/device/oprom
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-31 14:06:21 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-03 13:08:23 +0000
commit5318d9c9d13b39908b03b8184184fd913221b71e (patch)
tree194ee375ba3a18a7b87e236061b00dd56004f31f /src/device/oprom
parentf743e0c0e4e31f41230f2c8e27299e2e56259b77 (diff)
downloadcoreboot-5318d9c9d13b39908b03b8184184fd913221b71e.tar.gz
coreboot-5318d9c9d13b39908b03b8184184fd913221b71e.tar.bz2
coreboot-5318d9c9d13b39908b03b8184184fd913221b71e.zip
{device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h>
Also sort includes. Change-Id: I1727bf56b4090d040aab413006dec7aca0587d44 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69038 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/device/oprom')
-rw-r--r--src/device/oprom/realmode/x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/realmode/x86.h b/src/device/oprom/realmode/x86.h
index b0efe90d3028..a770bcd7f522 100644
--- a/src/device/oprom/realmode/x86.h
+++ b/src/device/oprom/realmode/x86.h
@@ -3,7 +3,7 @@
#ifndef __DEVICE_OPROM_REALMODE_X86_H__
#define __DEVICE_OPROM_REALMODE_X86_H__
-#include <arch/cpu.h>
+#include <cpu/cpu.h>
#include <stdint.h>
#define REALMODE_BASE ((void *)0x600)