summaryrefslogtreecommitdiff
path: root/drivers/s390/char/sclp_con.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2008-07-14 07:59:45 (GMT)
committerHeiko Carstens <heiko.carstens@de.ibm.com>2008-07-14 08:02:25 (GMT)
commit095761d28ae43eae7d4504d49b0b952cf02b0188 (patch)
tree44c0972570b11791389f987a987522845ff985bb /drivers/s390/char/sclp_con.c
parent1d030370f09036e8dcb3cc40915f3f9cf92bb54c (diff)
downloadlinux-fsl-qoriq-095761d28ae43eae7d4504d49b0b952cf02b0188.tar.xz
[S390] sclp_tty: remove ioctl interface.
After all we came to the conclusion that this interface doesn't make any sense. Besides that the ioctl number used was never registered, the header file isn't exported, and we doubt there is even a single user. So remove this interface, since it eases maintenance. Cc: Peter Oberparleiter <peter.oberparleiter@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/char/sclp_con.c')
-rw-r--r--drivers/s390/char/sclp_con.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/char/sclp_con.c b/drivers/s390/char/sclp_con.c
index 0ddf1b7..7e619c5 100644
--- a/drivers/s390/char/sclp_con.c
+++ b/drivers/s390/char/sclp_con.c
@@ -14,6 +14,7 @@
#include <linux/timer.h>
#include <linux/jiffies.h>
#include <linux/bootmem.h>
+#include <linux/termios.h>
#include <linux/err.h>
#include "sclp.h"