diff options
author | Rob Herring <robh@kernel.org> | 2023-07-14 19:40:20 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-07-31 15:45:38 +0200 |
commit | b9d6012497400aa65ef0f2cc537ce7720615dea7 (patch) | |
tree | f5b56e85892c82b4bb03580d66254949560583d3 /arch/arm64/kernel/pci.c | |
parent | arm64/Kconfig: Sort the RCpc feature under the ARMv8.3 features menu (diff) | |
download | linux-b9d6012497400aa65ef0f2cc537ce7720615dea7.tar.xz linux-b9d6012497400aa65ef0f2cc537ce7720615dea7.zip |
arm64: Explicitly include correct DT includes
Remove unused 'of*.h' header inclusions from the arm64 arch code to
allow for the eventual untangling of 'of_device.h and 'of_platform.h',
which currently include each other.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230714174021.4039807-1-robh@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/kernel/pci.c')
-rw-r--r-- | arch/arm64/kernel/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/kernel/pci.c b/arch/arm64/kernel/pci.c index 2276689b5411..f872c57e9909 100644 --- a/arch/arm64/kernel/pci.c +++ b/arch/arm64/kernel/pci.c @@ -11,8 +11,6 @@ #include <linux/io.h> #include <linux/kernel.h> #include <linux/mm.h> -#include <linux/of_pci.h> -#include <linux/of_platform.h> #include <linux/pci.h> #include <linux/pci-acpi.h> #include <linux/pci-ecam.h> |