aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/fadump.c
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-02-10 12:12:44 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2017-04-11 07:46:04 +1000
commit3ae05fb3ccb365894662d6073c851cb466dd2220 (patch)
treed345f96e2066e183a497a5055aa72425f6ba6a62 /arch/powerpc/kernel/fadump.c
parentpowerpc: Create asm/debugfs.h and move powerpc_debugfs_root there (diff)
downloadlinux-dev-3ae05fb3ccb365894662d6073c851cb466dd2220.tar.xz
linux-dev-3ae05fb3ccb365894662d6073c851cb466dd2220.zip
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>
Diffstat (limited to 'arch/powerpc/kernel/fadump.c')
-rw-r--r--arch/powerpc/kernel/fadump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/fadump.c b/arch/powerpc/kernel/fadump.c
index c7acc6651ce7..243dbef7e926 100644
--- a/arch/powerpc/kernel/fadump.c
+++ b/arch/powerpc/kernel/fadump.c
@@ -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;