{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>
This commit is contained in:
Elyes Haouas
2022-10-31 14:06:21 +01:00
committed by Felix Held
parent f743e0c0e4
commit 5318d9c9d1
5 changed files with 9 additions and 9 deletions

View File

@@ -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)