Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
powerpc: Remove extraneous header from asm-prototypes.h
Browse files Browse the repository at this point in the history
Commit 03465f8 ("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>
  • Loading branch information
rnav authored and mpe committed Nov 23, 2016
1 parent 64168f4 commit 82de579
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/powerpc/include/asm/asm-prototypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
*/

#include <linux/threads.h>
#include <linux/kprobes.h>

#include <uapi/asm/ucontext.h>

/* SMP */
Expand Down

0 comments on commit 82de579

Please sign in to comment.