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....@linux.vnet.ibm.com> --- New in v2. arch/powerpc/include/asm/asm-prototypes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h index d149273..dfef117 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 */ -- 2.10.2