Commit 749d3f9c8179a26f87a1427e95229fc94ef40cc1

Authored by Wei Yongjun
Committed by Martin Schwidefsky
1 parent 48f6b00c6e

s390/sclp: remove duplicated include from sclp_ctl.c

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/s390/char/sclp_ctl.c
... ... @@ -13,7 +13,6 @@
13 13 #include <linux/module.h>
14 14 #include <linux/ioctl.h>
15 15 #include <linux/fs.h>
16   -#include <linux/compat.h>
17 16 #include <asm/compat.h>
18 17 #include <asm/sclp_ctl.h>
19 18 #include <asm/sclp.h>