From: Naveen N. Rao Date: Mon, 21 Nov 2016 17:06:40 +0000 (+0530) Subject: powerpc: Remove extraneous header from asm-prototypes.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=82de5797a26087c651a06de327e6aa9ea69d5d7f;p=linux.git 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 --- diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h index d1492736d8522..dfef1174663eb 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 */