powerpc: Don't include asm/setup.h in asm/machdep.h
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 11 Jun 2022 16:55:15 +0000 (18:55 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 20 Jun 2022 01:29:49 +0000 (11:29 +1000)
asm/machdep.h doesn't need asm/setup.h

Remove it.

Add it directly in files that needs it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/3b1dfb19a2c3265fb4abc2bfc7b6eae9261a998b.1654966508.git.christophe.leroy@csgroup.eu
12 files changed:
arch/powerpc/include/asm/machdep.h
arch/powerpc/kernel/pci-common.c
arch/powerpc/kernel/prom.c
arch/powerpc/kernel/prom_init.c
arch/powerpc/kexec/core.c
arch/powerpc/kvm/powerpc.c
arch/powerpc/mm/mem.c
arch/powerpc/platforms/pseries/kexec.c
arch/powerpc/platforms/pseries/lpar.c
arch/powerpc/platforms/pseries/setup.c
arch/powerpc/sysdev/fsl_pci.c
drivers/scsi/mesh.c

index 358d171ae8e0e28c1e50a6a843fee92b4f9c47e1..613755afa8a94cda95ed3e3c8d156ce097bb0bcf 100644 (file)
@@ -8,8 +8,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/export.h>
 
-#include <asm/setup.h>
-
 struct pt_regs;
 struct pci_bus;        
 struct device_node;
index 068410cd54a3daab114122e8ae485f43226d1913..c87999289752f3fe3c1964be965f2c3c3cf5fdfb 100644 (file)
@@ -39,6 +39,7 @@
 #include <asm/machdep.h>
 #include <asm/ppc-pci.h>
 #include <asm/eeh.h>
+#include <asm/setup.h>
 
 #include "../../../drivers/pci/pci.h"
 
index feae8509b59c9b5260dfddef1c9da837f750cee0..1066b072db3586a2d9939f03a1e0855c37b50407 100644 (file)
@@ -44,7 +44,7 @@
 #include <asm/iommu.h>
 #include <asm/btext.h>
 #include <asm/sections.h>
-#include <asm/machdep.h>
+#include <asm/setup.h>
 #include <asm/pci-bridge.h>
 #include <asm/kexec.h>
 #include <asm/opal.h>
index 04694ec423f6649a973e1f61e78e1bad2448600c..1939683e35edfb9b17a48cd2da39fc44f048fa94 100644 (file)
@@ -42,7 +42,7 @@
 #include <asm/iommu.h>
 #include <asm/btext.h>
 #include <asm/sections.h>
-#include <asm/machdep.h>
+#include <asm/setup.h>
 #include <asm/asm-prototypes.h>
 #include <asm/ultravisor-api.h>
 
index 7ab4980fe13ab4dca3c8e59f13195a0fda43aa7c..9773dd0640f35cbde55a0d2e10fe63b044ff934b 100644 (file)
@@ -19,6 +19,7 @@
 #include <asm/machdep.h>
 #include <asm/pgalloc.h>
 #include <asm/sections.h>
+#include <asm/setup.h>
 
 void machine_kexec_mask_interrupts(void) {
        unsigned int i;
index 191992fcb2c29953f35fd2b76f5c48ef45b41641..fb1490761c87e973c4f5f322ab16cccaf5eff19d 100644 (file)
@@ -33,6 +33,7 @@
 #include <asm/plpar_wrappers.h>
 #endif
 #include <asm/ultravisor.h>
+#include <asm/setup.h>
 
 #include "timing.h"
 #include "irq.h"
index 52b77684acda732beeb0452ea7f0cc3b03415f04..2cf6748755e1ba143c43ae1f2eceecd64dea3b43 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/mmzone.h>
 #include <asm/ftrace.h>
 #include <asm/code-patching.h>
+#include <asm/setup.h>
 
 #include <mm/mmu_decl.h>
 
index ab6cdbebb35e2b9f3b8a30b1c9efafdceec59b3a..096d09ed89f673378626d6441e9fe94f45a99ba7 100644 (file)
@@ -6,7 +6,7 @@
 #include <linux/kernel.h>
 #include <linux/interrupt.h>
 
-#include <asm/machdep.h>
+#include <asm/setup.h>
 #include <asm/page.h>
 #include <asm/firmware.h>
 #include <asm/kexec.h>
index 937f9c010b22cde03be0f5c80231b7ac920bf589..e6c117fb64913fe45cda16c169deb5b7080a0a75 100644 (file)
@@ -27,7 +27,7 @@
 #include <asm/processor.h>
 #include <asm/mmu.h>
 #include <asm/page.h>
-#include <asm/machdep.h>
+#include <asm/setup.h>
 #include <asm/mmu_context.h>
 #include <asm/iommu.h>
 #include <asm/tlb.h>
index afb074269b42b0124119ae6c5504133981ee58cb..e86a749173e640b9205515c0959498e55c5c1e1d 100644 (file)
@@ -72,6 +72,7 @@
 #include <asm/svm.h>
 #include <asm/dtl.h>
 #include <asm/hvconsole.h>
+#include <asm/setup.h>
 
 #include "pseries.h"
 
index 1011cfea2e3277a73a13f8b71a52477bdfdd69bb..e8d072e98b6662f93db564b67b247eb54744b4b3 100644 (file)
@@ -38,6 +38,7 @@
 #include <asm/disassemble.h>
 #include <asm/ppc-opcode.h>
 #include <asm/swiotlb.h>
+#include <asm/setup.h>
 #include <sysdev/fsl_soc.h>
 #include <sysdev/fsl_pci.h>
 
index 322d3ad3815930e67bf2930d662a33048a85b3b3..a74f0c2c8ba7fdfe9378ab630b6f6c032d25ebf6 100644 (file)
@@ -38,7 +38,7 @@
 #include <asm/irq.h>
 #include <asm/hydra.h>
 #include <asm/processor.h>
-#include <asm/machdep.h>
+#include <asm/setup.h>
 #include <asm/pmac_feature.h>
 #include <asm/macio.h>