diff options
author | Jagadeesh Pagadala <[email protected]> | 2019-03-23 18:20:55 +0530 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2019-04-20 22:02:44 +1000 |
commit | 6917735e8f905da1f62ccdf62830b185524835c7 (patch) | |
tree | 88aa42197f43c2089ccf613c50c297123c7c9ec5 /arch/powerpc/lib/code-patching.c | |
parent | cc76404feaed597bb4f5234d34d3f49e2d1139bf (diff) |
powerpc: Remove duplicate headers
Remove duplicate headers inclusions.
Signed-off-by: Jagadeesh Pagadala <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
-rw-r--r-- | arch/powerpc/lib/code-patching.c | 1 |
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> |