diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-10 04:12:44 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-04-11 00:46:04 +0300 |
commit | 3ae05fb3ccb365894662d6073c851cb466dd2220 (patch) | |
tree | d345f96e2066e183a497a5055aa72425f6ba6a62 /arch/powerpc/kvm | |
parent | 7644d5819cf8956d799a0a0e5dc75f5a29889bd5 (diff) | |
download | linux-3ae05fb3ccb365894662d6073c851cb466dd2220.tar.xz |
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/kvm')
-rw-r--r-- | arch/powerpc/kvm/book3s_hv_rm_xics.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_hv_rm_xics.c b/arch/powerpc/kvm/book3s_hv_rm_xics.c index e78542d99cd6..d9e312f253fa 100644 --- a/arch/powerpc/kvm/book3s_hv_rm_xics.c +++ b/arch/powerpc/kvm/book3s_hv_rm_xics.c @@ -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> |