aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/kprobes.c
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-10 23:56:57 +0530
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-01-23 07:36:44 +0100
commit0a12ed2c21c2e0909b3624fed9152f92ea5dfdc6 (patch)
treea1248efd4deee0eb8b21a5349b09943c7db44cd5 /arch/s390/kernel/kprobes.c
parents390/dasd: Remove dead return code checks (diff)
downloadlinux-dev-0a12ed2c21c2e0909b3624fed9152f92ea5dfdc6.tar.xz
linux-dev-0a12ed2c21c2e0909b3624fed9152f92ea5dfdc6.zip
s390/kprobes: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/kprobes.c')
-rw-r--r--arch/s390/kernel/kprobes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/kprobes.c b/arch/s390/kernel/kprobes.c
index af3722c28fd9..943d13e90c98 100644
--- a/arch/s390/kernel/kprobes.c
+++ b/arch/s390/kernel/kprobes.c
@@ -20,7 +20,6 @@
#include <linux/ftrace.h>
#include <asm/set_memory.h>
#include <asm/sections.h>
-#include <linux/uaccess.h>
#include <asm/dis.h>
DEFINE_PER_CPU(struct kprobe *, current_kprobe);