summaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
diff options
context:
space:
mode:
authorAl Viro2018-09-13 02:02:50 +0200
committerAl Viro2018-10-13 06:50:50 +0200
commit969ec01e992009200ecf7ba760f9fe8a95abf32a (patch)
tree5fd1311a8c39e06c6aa9ae630e779a1f2281c34c /fs/compat_ioctl.c
parentvt_compat_ioctl(): clean up, use compat_ptr() properly (diff)
downloadkernel-qcow2-linux-969ec01e992009200ecf7ba760f9fe8a95abf32a.tar.gz
kernel-qcow2-linux-969ec01e992009200ecf7ba760f9fe8a95abf32a.tar.xz
kernel-qcow2-linux-969ec01e992009200ecf7ba760f9fe8a95abf32a.zip
gigaset: add ->compat_ioctl()
... and get rid of COMPAT_IOCTL() for its private ioctls Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r--fs/compat_ioctl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index ca2b51d9cb61..7eec04b6e757 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -1021,11 +1021,6 @@ COMPATIBLE_IOCTL(CAPI_SET_FLAGS)
COMPATIBLE_IOCTL(CAPI_CLR_FLAGS)
COMPATIBLE_IOCTL(CAPI_NCCI_OPENCOUNT)
COMPATIBLE_IOCTL(CAPI_NCCI_GETUNIT)
-/* Siemens Gigaset */
-COMPATIBLE_IOCTL(GIGASET_REDIR)
-COMPATIBLE_IOCTL(GIGASET_CONFIG)
-COMPATIBLE_IOCTL(GIGASET_BRKCHARS)
-COMPATIBLE_IOCTL(GIGASET_VERSION)
/* Misc. */
COMPATIBLE_IOCTL(0x41545900) /* ATYIO_CLKR */
COMPATIBLE_IOCTL(0x41545901) /* ATYIO_CLKW */