diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-04-02 13:11:56 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2022-04-05 19:13:33 +0300 |
commit | b2851926c6d9d977ff60f613aff95f4900b9620e (patch) | |
tree | ba4a9192879c5ed0e1ed597e30546285baab7e23 /drivers/pci/hotplug/rpaphp_pci.c | |
parent | dff6139015dc68e93be3822a7bd406a1d138628b (diff) | |
download | linux-b2851926c6d9d977ff60f613aff95f4900b9620e.tar.xz |
PCI: hotplug: Clean up include files
arch/powerpc/include/asm/prom.h includes some headers that it doesn't need
itself. Add the missing headers to files that include prom.h so we can
remove them from prom.h.
Link: https://lore.kernel.org/r/79201f5fae8d003164ac36ed3be7789db1bc5ab4.1648833421.git.christophe.leroy@csgroup.eu
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/rpaphp_pci.c')
-rw-r--r-- | drivers/pci/hotplug/rpaphp_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/rpaphp_pci.c b/drivers/pci/hotplug/rpaphp_pci.c index c380bdacd146..630f77057c23 100644 --- a/drivers/pci/hotplug/rpaphp_pci.c +++ b/drivers/pci/hotplug/rpaphp_pci.c @@ -8,6 +8,7 @@ * Send feedback to <lxie@us.ibm.com> * */ +#include <linux/of.h> #include <linux/pci.h> #include <linux/string.h> |