]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
powerpc: Remove unnecessary includes of asm/debug.h
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 10 Feb 2017 01:12:44 +0000 (12:12 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 10 Apr 2017 21:46:04 +0000 (07:46 +1000)
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>
arch/powerpc/kernel/fadump.c
arch/powerpc/kernel/irq.c
arch/powerpc/kernel/prom.c
arch/powerpc/kvm/book3s_hv_rm_xics.c

index c7acc6651ce745ddf1ceade9888a414248b2181b..243dbef7e9265c47a4fd9efc1bf5b087deea2cf7 100644 (file)
@@ -40,7 +40,6 @@
 #include <asm/prom.h>
 #include <asm/rtas.h>
 #include <asm/fadump.h>
-#include <asm/debug.h>
 #include <asm/setup.h>
 
 static struct fw_dump fw_dump;
index a018f5cae899ae796840cea0492897970083fd79..097f2f9ff85dc08375b1ac7dee54a100b0fd491d 100644 (file)
@@ -65,7 +65,6 @@
 #include <asm/machdep.h>
 #include <asm/udbg.h>
 #include <asm/smp.h>
-#include <asm/debug.h>
 #include <asm/livepatch.h>
 #include <asm/asm-prototypes.h>
 
index f5d399e461932c19a0ce01af7c3f976b3cc39eab..d2f0afeae5a0cd24ead16ba9e94b8ff95e621c57 100644 (file)
@@ -55,7 +55,6 @@
 #include <asm/kexec.h>
 #include <asm/opal.h>
 #include <asm/fadump.h>
-#include <asm/debug.h>
 #include <asm/epapr_hcalls.h>
 #include <asm/firmware.h>
 
index e78542d99cd637f2a749cb03d150f4f5ce1b48eb..d9e312f253faae385057d1fc187e2b4416cf494b 100644 (file)
@@ -16,7 +16,6 @@
 #include <asm/kvm_ppc.h>
 #include <asm/hvcall.h>
 #include <asm/xics.h>
-#include <asm/debug.h>
 #include <asm/synch.h>
 #include <asm/cputhreads.h>
 #include <asm/pgtable.h>