linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 39/45] arch/s390: remove duplicate includes
@ 2017-12-10 18:26 Pravin Shedge
  2017-12-14  8:40 ` Heiko Carstens
  0 siblings, 1 reply; 2+ messages in thread
From: Pravin Shedge @ 2017-12-10 18:26 UTC (permalink / raw)
  To: schwidefsky, heiko.carstens, gregkh, mingo, labbott, tglx,
	linux-s390
  Cc: linux-kernel, pravin.shedge4linux

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>
---
 arch/s390/kernel/kprobes.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/s390/kernel/kprobes.c b/arch/s390/kernel/kprobes.c
index af3722c..943d13e 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);
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-14  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-10 18:26 [PATCH 39/45] arch/s390: remove duplicate includes Pravin Shedge
2017-12-14  8:40 ` Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).