aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel')
-rw-r--r--arch/s390/kernel/compat_ioctl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/kernel/compat_ioctl.c b/arch/s390/kernel/compat_ioctl.c
index 9cf8fd24cd21..da473bda962f 100644
--- a/arch/s390/kernel/compat_ioctl.c
+++ b/arch/s390/kernel/compat_ioctl.c
@@ -65,10 +65,6 @@ COMPATIBLE_IOCTL(BIODASDCMFDISABLE)
65COMPATIBLE_IOCTL(BIODASDREADALLCMB) 65COMPATIBLE_IOCTL(BIODASDREADALLCMB)
66 66
67COMPATIBLE_IOCTL(TAPE390_DISPLAY) 67COMPATIBLE_IOCTL(TAPE390_DISPLAY)
68
69/* s390 doesn't need handlers here */
70COMPATIBLE_IOCTL(TIOCGSERIAL)
71COMPATIBLE_IOCTL(TIOCSSERIAL)
72}; 68};
73 69
74int ioctl_table_size = ARRAY_SIZE(ioctl_start); 70int ioctl_table_size = ARRAY_SIZE(ioctl_start);