aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
diff options
context:
space:
mode:
authorJagadeesh Pagadala <jagdsh.linux@gmail.com>2019-03-23 18:20:55 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2019-04-20 22:02:44 +1000
commit6917735e8f905da1f62ccdf62830b185524835c7 (patch)
tree88aa42197f43c2089ccf613c50c297123c7c9ec5 /arch/powerpc/lib
parentpowerpc/8xx: Fix possible device node reference leak (diff)
downloadlinux-dev-6917735e8f905da1f62ccdf62830b185524835c7.tar.xz
linux-dev-6917735e8f905da1f62ccdf62830b185524835c7.zip
powerpc: Remove duplicate headers
Remove duplicate headers inclusions. Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/lib')
-rw-r--r--arch/powerpc/lib/code-patching.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/lib/code-patching.c b/arch/powerpc/lib/code-patching.c
index 506413a2c25e..587ff9788ab0 100644
--- a/arch/powerpc/lib/code-patching.c
+++ b/arch/powerpc/lib/code-patching.c
@@ -15,7 +15,6 @@
#include <linux/cpuhotplug.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
-#include <linux/kprobes.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>