aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/ioctl32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/kernel/ioctl32.c')
-rw-r--r--arch/sparc64/kernel/ioctl32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c
index f8e9ffb125c0..398ddbffc6a4 100644
--- a/arch/sparc64/kernel/ioctl32.c
+++ b/arch/sparc64/kernel/ioctl32.c
@@ -496,9 +496,6 @@ COMPATIBLE_IOCTL(DRM_IOCTL_LOCK)
496COMPATIBLE_IOCTL(DRM_IOCTL_UNLOCK) 496COMPATIBLE_IOCTL(DRM_IOCTL_UNLOCK)
497COMPATIBLE_IOCTL(DRM_IOCTL_FINISH) 497COMPATIBLE_IOCTL(DRM_IOCTL_FINISH)
498#endif /* DRM */ 498#endif /* DRM */
499COMPATIBLE_IOCTL(WIOCSTART)
500COMPATIBLE_IOCTL(WIOCSTOP)
501COMPATIBLE_IOCTL(WIOCGSTAT)
502/* And these ioctls need translation */ 499/* And these ioctls need translation */
503/* Note SIOCRTMSG is no longer, so this is safe and * the user would have seen just an -EINVAL anyways. */ 500/* Note SIOCRTMSG is no longer, so this is safe and * the user would have seen just an -EINVAL anyways. */
504HANDLE_IOCTL(FBIOPUTCMAP32, fbiogetputcmap) 501HANDLE_IOCTL(FBIOPUTCMAP32, fbiogetputcmap)