diff options
author | Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> | 2016-11-21 22:36:40 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-23 22:56:21 +1100 |
commit | 82de5797a26087c651a06de327e6aa9ea69d5d7f (patch) | |
tree | 33531064c283d8bfcdcfa8f7386b7b4599cde8dd | |
parent | 64168f4296fa507ba059307984cddcf957a81d5f (diff) |
powerpc: Remove extraneous header from asm-prototypes.h
Commit 03465f899bda ("powerpc: Use kprobe blacklist for exception
handlers") removed __kprobes annotation from some of the prototypes,
but left the kprobes header include directive unchanged. Remove it as it
is no longer needed.
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/include/asm/asm-prototypes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h index d1492736d852..dfef1174663e 100644 --- a/arch/powerpc/include/asm/asm-prototypes.h +++ b/arch/powerpc/include/asm/asm-prototypes.h @@ -13,8 +13,6 @@ */ #include <linux/threads.h> -#include <linux/kprobes.h> - #include <uapi/asm/ucontext.h> /* SMP */ |