Эх сурвалжийг харах

powerpc: Remove unnecessary includes of asm/debug.h

These files don't seem to have any need for asm/debug.h, now that all it
includes are the debugger hooks and breakpoint definitions.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Michael Ellerman 8 жил өмнө
parent
commit
3ae05fb3cc

+ 0 - 1
arch/powerpc/kernel/fadump.c

@@ -40,7 +40,6 @@
 #include <asm/prom.h>
 #include <asm/prom.h>
 #include <asm/rtas.h>
 #include <asm/rtas.h>
 #include <asm/fadump.h>
 #include <asm/fadump.h>
-#include <asm/debug.h>
 #include <asm/setup.h>
 #include <asm/setup.h>
 
 
 static struct fw_dump fw_dump;
 static struct fw_dump fw_dump;

+ 0 - 1
arch/powerpc/kernel/irq.c

@@ -65,7 +65,6 @@
 #include <asm/machdep.h>
 #include <asm/machdep.h>
 #include <asm/udbg.h>
 #include <asm/udbg.h>
 #include <asm/smp.h>
 #include <asm/smp.h>
-#include <asm/debug.h>
 #include <asm/livepatch.h>
 #include <asm/livepatch.h>
 #include <asm/asm-prototypes.h>
 #include <asm/asm-prototypes.h>
 
 

+ 0 - 1
arch/powerpc/kernel/prom.c

@@ -55,7 +55,6 @@
 #include <asm/kexec.h>
 #include <asm/kexec.h>
 #include <asm/opal.h>
 #include <asm/opal.h>
 #include <asm/fadump.h>
 #include <asm/fadump.h>
-#include <asm/debug.h>
 #include <asm/epapr_hcalls.h>
 #include <asm/epapr_hcalls.h>
 #include <asm/firmware.h>
 #include <asm/firmware.h>
 
 

+ 0 - 1
arch/powerpc/kvm/book3s_hv_rm_xics.c

@@ -16,7 +16,6 @@
 #include <asm/kvm_ppc.h>
 #include <asm/kvm_ppc.h>
 #include <asm/hvcall.h>
 #include <asm/hvcall.h>
 #include <asm/xics.h>
 #include <asm/xics.h>
-#include <asm/debug.h>
 #include <asm/synch.h>
 #include <asm/synch.h>
 #include <asm/cputhreads.h>
 #include <asm/cputhreads.h>
 #include <asm/pgtable.h>
 #include <asm/pgtable.h>