Skip to content

Commit f43c426

Browse files
Vasily GorbikMartin Schwidefsky
authored andcommitted
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>
1 parent c65bbb5 commit f43c426

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/s390/block/dasd_diag.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <asm/io.h>
2828
#include <asm/irq.h>
2929
#include <asm/vtoc.h>
30-
#include <asm/diag.h>
3130

3231
#include "dasd_int.h"
3332
#include "dasd_diag.h"

drivers/s390/net/qeth_l2_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <linux/list.h>
2222
#include <linux/hash.h>
2323
#include <linux/hashtable.h>
24-
#include <linux/string.h>
2524
#include <asm/setup.h>
2625
#include "qeth_core.h"
2726
#include "qeth_l2.h"

0 commit comments

Comments
 (0)