diff options
author | Christoph Hellwig <hch@lst.de> | 2005-11-09 15:07:18 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-09 15:07:18 -0500 |
commit | 8ca2bdc7a98b9584ac5f640761501405154171c7 (patch) | |
tree | 9d9a601fa9c189e5726d09a778e0ac29330a36dd /arch/sparc64 | |
parent | feee207e44d3643d19e648af3c88946bd1c5106b (diff) |
[SPARC] sbus rtc: implement ->compat_ioctl
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/kernel/ioctl32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c index c2e96daa5ab3..e62214354bb5 100644 --- a/arch/sparc64/kernel/ioctl32.c +++ b/arch/sparc64/kernel/ioctl32.c | |||
@@ -114,8 +114,6 @@ COMPATIBLE_IOCTL(FBIOGCURPOS) | |||
114 | COMPATIBLE_IOCTL(FBIOGCURMAX) | 114 | COMPATIBLE_IOCTL(FBIOGCURMAX) |
115 | /* Little k */ | 115 | /* Little k */ |
116 | /* Little v, the video4linux ioctls */ | 116 | /* Little v, the video4linux ioctls */ |
117 | COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */ | ||
118 | COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */ | ||
119 | /* And these ioctls need translation */ | 117 | /* And these ioctls need translation */ |
120 | /* Note SIOCRTMSG is no longer, so this is safe and * the user would have seen just an -EINVAL anyways. */ | 118 | /* Note SIOCRTMSG is no longer, so this is safe and * the user would have seen just an -EINVAL anyways. */ |
121 | HANDLE_IOCTL(FBIOPUTCMAP32, fbiogetputcmap) | 119 | HANDLE_IOCTL(FBIOPUTCMAP32, fbiogetputcmap) |