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>
This commit is contained in:
Wei Yongjun 2013-06-20 08:00:50 +08:00 committed by Martin Schwidefsky
parent 48f6b00c6e
commit 749d3f9c81
1 changed files with 0 additions and 1 deletions

View File

@ -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>