diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 14:02:50 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-12 04:24:20 +0000 |
commit | 9f1030feae813751e607a282d5ec2cff8668b1b5 (patch) | |
tree | 3967d7a286d10e44f4ae32dd61ca26eeed198bfc /src/include | |
parent | 97344731aeaa16766d1467698596df7df6dd7747 (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/include')
-rw-r--r-- | src/include/device/pci.h | 1 | ||||
-rw-r--r-- | src/include/reg_script.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/include/device/pci.h b/src/include/device/pci.h index 88b955570a..2e7519554b 100644 --- a/src/include/device/pci.h +++ b/src/include/device/pci.h @@ -25,7 +25,6 @@ #include <device/pci_ops.h> #include <device/pci_rom.h> #include <device/pci_type.h> /* IWYU pragma: export */ -#include <device/resource.h> #include <stddef.h> #include <stdint.h> diff --git a/src/include/reg_script.h b/src/include/reg_script.h index 38a80aa7e7..56db353d1b 100644 --- a/src/include/reg_script.h +++ b/src/include/reg_script.h @@ -6,7 +6,6 @@ #include <stdint.h> #include <device/device.h> #include <device/pci_type.h> -#include <device/resource.h> /* * The reg script library is a way to provide data-driven I/O accesses for |