diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-06-20 08:00:50 +0800 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-06-26 21:10:24 +0200 |
commit | 749d3f9c8179a26f87a1427e95229fc94ef40cc1 (patch) | |
tree | 7e978ccd5da8589b2ec6a07b2e01b79c78370854 | |
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>
-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 @@ #include <linux/module.h> #include <linux/ioctl.h> #include <linux/fs.h> -#include <linux/compat.h> #include <asm/compat.h> #include <asm/sclp_ctl.h> #include <asm/sclp.h> |