From 82de5797a26087c651a06de327e6aa9ea69d5d7f Mon Sep 17 00:00:00 2001 From: "Naveen N. Rao" Date: Mon, 21 Nov 2016 22:36:40 +0530 Subject: 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 Signed-off-by: Michael Ellerman --- arch/powerpc/include/asm/asm-prototypes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/powerpc/include/asm/asm-prototypes.h') 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 -#include - #include /* SMP */ -- cgit