linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] powerpc: remove extraneous header from asm-prototypes.h
@ 2016-11-21 17:06 Naveen N. Rao
  2016-11-21 17:06 ` [PATCH v2 2/2] powerpc: kprobes: invoke handlers directly Naveen N. Rao
  2016-11-25  0:04 ` [v2,1/2] powerpc: remove extraneous header from asm-prototypes.h Michael Ellerman
  0 siblings, 2 replies; 8+ messages in thread
From: Naveen N. Rao @ 2016-11-21 17:06 UTC (permalink / raw)
  To: Michael Ellerman, Masami Hiramatsu
  Cc: Anton Blanchard, linuxppc-dev, Ananth N Mavinakayanahalli

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>
---
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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-25  0:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-21 17:06 [PATCH v2 1/2] powerpc: remove extraneous header from asm-prototypes.h Naveen N. Rao
2016-11-21 17:06 ` [PATCH v2 2/2] powerpc: kprobes: invoke handlers directly Naveen N. Rao
2016-11-22  5:25   ` Masami Hiramatsu
2016-11-22  6:25     ` Naveen N. Rao
2016-11-22 10:43       ` Michael Ellerman
2016-11-22 10:53         ` Naveen N. Rao
2016-11-24  2:10           ` Masami Hiramatsu
2016-11-25  0:04 ` [v2,1/2] powerpc: remove extraneous header from asm-prototypes.h Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).