aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-11 14:02:50 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-12 04:24:20 +0000
commit9f1030feae813751e607a282d5ec2cff8668b1b5 (patch)
tree3967d7a286d10e44f4ae32dd61ca26eeed198bfc /src/arch
parent97344731aeaa16766d1467698596df7df6dd7747 (diff)
tree: Drop duplicated <device/{path,resource}.h>
<device/device.h> is supposed to provide <device/{path,resource}.h> Change-Id: I2ef82c8fe30b1c1399a9f85c1734ce8ba16a1f88 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81830 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/cpu.c1
-rw-r--r--src/arch/x86/mpspec.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/cpu.c b/src/arch/x86/cpu.c
index f4c18c2643..91cbcb05fa 100644
--- a/src/arch/x86/cpu.c
+++ b/src/arch/x86/cpu.c
@@ -10,7 +10,6 @@
#include <cpu/x86/mp.h>
#include <cpu/x86/lapic.h>
#include <cpu/x86/tsc.h>
-#include <device/path.h>
#include <device/device.h>
#include <smp/spinlock.h>
diff --git a/src/arch/x86/mpspec.c b/src/arch/x86/mpspec.c
index f5242d3d6e..d6f0cd5be1 100644
--- a/src/arch/x86/mpspec.c
+++ b/src/arch/x86/mpspec.c
@@ -7,7 +7,6 @@
#include <cpu/cpu.h>
#include <cpu/x86/lapic.h>
#include <device/device.h>
-#include <device/path.h>
#include <device/pci_def.h>
#include <device/pci_ids.h>
#include <identity.h>