From 9f1030feae813751e607a282d5ec2cff8668b1b5 Mon Sep 17 00:00:00 2001
From: Elyes Haouas <ehaouas@noos.fr>
Date: Thu, 11 Apr 2024 14:02:50 +0200
Subject: 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>
---
 src/soc/amd/common/block/root_complex/ioapic.c | 1 -
 src/soc/amd/common/fsp/fsp_graphics.c          | 1 -
 2 files changed, 2 deletions(-)

(limited to 'src/soc/amd')

diff --git a/src/soc/amd/common/block/root_complex/ioapic.c b/src/soc/amd/common/block/root_complex/ioapic.c
index e183428ca5..17e283f00f 100644
--- a/src/soc/amd/common/block/root_complex/ioapic.c
+++ b/src/soc/amd/common/block/root_complex/ioapic.c
@@ -4,7 +4,6 @@
 #include <amdblocks/root_complex.h>
 #include <arch/ioapic.h>
 #include <device/device.h>
-#include <device/resource.h>
 #include <types.h>
 
 void amd_pci_domain_init(struct device *domain)
diff --git a/src/soc/amd/common/fsp/fsp_graphics.c b/src/soc/amd/common/fsp/fsp_graphics.c
index 4847e3c253..3e082e66ac 100644
--- a/src/soc/amd/common/fsp/fsp_graphics.c
+++ b/src/soc/amd/common/fsp/fsp_graphics.c
@@ -4,7 +4,6 @@
 #include <console/console.h>
 #include <device/device.h>
 #include <device/pci.h>
-#include <device/resource.h>
 #include <fsp/graphics.h>
 
 void fsp_graphics_init(struct device *const dev)
-- 
cgit v1.2.3