diff options
author | Jagadeesh Pagadala <jagdsh.linux@gmail.com> | 2019-03-23 08:50:55 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-04-20 08:02:44 -0400 |
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 <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/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 @@ | |||
15 | #include <linux/cpuhotplug.h> | 15 | #include <linux/cpuhotplug.h> |
16 | #include <linux/slab.h> | 16 | #include <linux/slab.h> |
17 | #include <linux/uaccess.h> | 17 | #include <linux/uaccess.h> |
18 | #include <linux/kprobes.h> | ||
19 | 18 | ||
20 | #include <asm/pgtable.h> | 19 | #include <asm/pgtable.h> |
21 | #include <asm/tlbflush.h> | 20 | #include <asm/tlbflush.h> |