summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
diff options
context:
space:
mode:
authorWei Yongjun2013-06-20 02:00:50 +0200
committerMartin Schwidefsky2013-06-26 21:10:24 +0200
commit749d3f9c8179a26f87a1427e95229fc94ef40cc1 (patch)
tree7e978ccd5da8589b2ec6a07b2e01b79c78370854 /drivers/s390/char
parents390/irq: store interrupt information in pt_regs (diff)
downloadkernel-qcow2-linux-749d3f9c8179a26f87a1427e95229fc94ef40cc1.tar.gz
kernel-qcow2-linux-749d3f9c8179a26f87a1427e95229fc94ef40cc1.tar.xz
kernel-qcow2-linux-749d3f9c8179a26f87a1427e95229fc94ef40cc1.zip
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.c1
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>