commit | b9d6012497400aa65ef0f2cc537ce7720615dea7 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Jul 14 11:40:20 2023 -0600 |
committer | Will Deacon <will@kernel.org> | Mon Jul 31 14:45:38 2023 +0100 |
tree | f5b56e85892c82b4bb03580d66254949560583d3 | |
parent | 64a0b90a3c1ed0aa15e75f8c688f8e55f1f12999 [diff] |
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>