diff options
author | Christoph Hellwig <hch@lst.de> | 2006-01-09 23:52:07 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:01:31 -0500 |
commit | f042e0f80b0a9f5bb57c36d60a2798de6ca943b2 (patch) | |
tree | 57d8835c4683ec3456ebd73d3c65df0ec5725a74 /arch | |
parent | 51a990588a3e38f7963964813786fa4f0da43ecc (diff) |
[PATCH] ->compat_ioctl for 390 tape_char
The only own ioctl, TAPE390_DISPLAY, is compat_clean, everything else is
routed through common translation code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/kernel/compat_ioctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/compat_ioctl.c b/arch/s390/kernel/compat_ioctl.c index da473bda962f..432aeb38b50d 100644 --- a/arch/s390/kernel/compat_ioctl.c +++ b/arch/s390/kernel/compat_ioctl.c | |||
@@ -63,8 +63,6 @@ COMPATIBLE_IOCTL(BIODASDSATTR) | |||
63 | COMPATIBLE_IOCTL(BIODASDCMFENABLE) | 63 | COMPATIBLE_IOCTL(BIODASDCMFENABLE) |
64 | COMPATIBLE_IOCTL(BIODASDCMFDISABLE) | 64 | COMPATIBLE_IOCTL(BIODASDCMFDISABLE) |
65 | COMPATIBLE_IOCTL(BIODASDREADALLCMB) | 65 | COMPATIBLE_IOCTL(BIODASDREADALLCMB) |
66 | |||
67 | COMPATIBLE_IOCTL(TAPE390_DISPLAY) | ||
68 | }; | 66 | }; |
69 | 67 | ||
70 | int ioctl_table_size = ARRAY_SIZE(ioctl_start); | 68 | int ioctl_table_size = ARRAY_SIZE(ioctl_start); |