diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2018-04-13 04:57:27 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-04-16 03:10:24 -0400 |
commit | f43c426a581f04272a852f0486ae431acff6d87e (patch) | |
tree | c39ee3cd31c8526032b0fdfa91b6c6c04df431ca | |
parent | c65bbb51c6e98a1956c08faab81941ec558ef0ba (diff) |
s390: remove couple of duplicate includes
Removing couple of duplicate includes, found by "make includecheck".
That leaves 1 duplicate include in arch/s390/kernel/entry.S, which is
there for a reason (it includes generated asm/syscall_table.h twice).
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r-- | drivers/s390/block/dasd_diag.c | 1 | ||||
-rw-r--r-- | drivers/s390/net/qeth_l2_main.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/block/dasd_diag.c b/drivers/s390/block/dasd_diag.c index f035c2f25d35..131f1989f6f3 100644 --- a/drivers/s390/block/dasd_diag.c +++ b/drivers/s390/block/dasd_diag.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <asm/io.h> | 27 | #include <asm/io.h> |
28 | #include <asm/irq.h> | 28 | #include <asm/irq.h> |
29 | #include <asm/vtoc.h> | 29 | #include <asm/vtoc.h> |
30 | #include <asm/diag.h> | ||
31 | 30 | ||
32 | #include "dasd_int.h" | 31 | #include "dasd_int.h" |
33 | #include "dasd_diag.h" | 32 | #include "dasd_diag.h" |
diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c index 50a313806dde..2ad6f12f3d49 100644 --- a/drivers/s390/net/qeth_l2_main.c +++ b/drivers/s390/net/qeth_l2_main.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <linux/list.h> | 21 | #include <linux/list.h> |
22 | #include <linux/hash.h> | 22 | #include <linux/hash.h> |
23 | #include <linux/hashtable.h> | 23 | #include <linux/hashtable.h> |
24 | #include <linux/string.h> | ||
25 | #include <asm/setup.h> | 24 | #include <asm/setup.h> |
26 | #include "qeth_core.h" | 25 | #include "qeth_core.h" |
27 | #include "qeth_l2.h" | 26 | #include "qeth_l2.h" |