diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-06-19 20:00:50 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-06-26 15:10:24 -0400 |
commit | 749d3f9c8179a26f87a1427e95229fc94ef40cc1 (patch) | |
tree | 7e978ccd5da8589b2ec6a07b2e01b79c78370854 /drivers/s390/char | |
parent | 48f6b00c6e3190b786c44731b25ac124c81c2247 (diff) |
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>
Diffstat (limited to 'drivers/s390/char')
-rw-r--r-- | drivers/s390/char/sclp_ctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp_ctl.c b/drivers/s390/char/sclp_ctl.c index abe8ef13d148..648cb86afd42 100644 --- a/drivers/s390/char/sclp_ctl.c +++ b/drivers/s390/char/sclp_ctl.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/ioctl.h> | 14 | #include <linux/ioctl.h> |
15 | #include <linux/fs.h> | 15 | #include <linux/fs.h> |
16 | #include <linux/compat.h> | ||
17 | #include <asm/compat.h> | 16 | #include <asm/compat.h> |
18 | #include <asm/sclp_ctl.h> | 17 | #include <asm/sclp_ctl.h> |
19 | #include <asm/sclp.h> | 18 | #include <asm/sclp.h> |