diff options
| author | Jagadeesh Pagadala <[email protected]> | 2019-03-23 12:50:55 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2019-04-20 12:02:44 +0000 |
| commit | 6917735e8f905da1f62ccdf62830b185524835c7 (patch) | |
| tree | 88aa42197f43c2089ccf613c50c297123c7c9ec5 /arch/powerpc/lib/code-patching.c | |
| parent | powerpc/8xx: Fix possible device node reference leak (diff) | |
| download | kernel-6917735e8f905da1f62ccdf62830b185524835c7.tar.gz kernel-6917735e8f905da1f62ccdf62830b185524835c7.zip | |
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> |
