aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-11-07 17:13:01 -0500
committerDavid S. Miller <davem@davemloft.net>2005-11-07 17:13:01 -0500
commit1d5d00bd9c44ab4730d353ee6ba0c8ebbff295c7 (patch)
treece0a4fb5876fcaa2f1a783cf221f8e8fc8b3687d /arch/sparc64
parentb31023fc24e5c39d246e9c6fc75dba1a2902c1d6 (diff)
[SPARC] display7seg: implement ->unlocked_ioctl and ->compat_ioctl
all ioctls are 32bit compat clean, so the driver can use ->compat_ioctl and ->unlocked_ioctl easily. 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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c
index ec4e08c523fd..f8e9ffb125c0 100644
--- a/arch/sparc64/kernel/ioctl32.c
+++ b/arch/sparc64/kernel/ioctl32.c
@@ -474,9 +474,6 @@ COMPATIBLE_IOCTL(FBIOGCURMAX)
474/* Little v, the video4linux ioctls */ 474/* Little v, the video4linux ioctls */
475COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */ 475COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */
476COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */ 476COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */
477/* COMPATIBLE_IOCTL(D7SIOCRD) same value as ENVCTRL_RD_VOLTAGE_STATUS */
478COMPATIBLE_IOCTL(D7SIOCWR)
479COMPATIBLE_IOCTL(D7SIOCTM)
480/* Big A */ 477/* Big A */
481#if defined(CONFIG_DRM) || defined(CONFIG_DRM_MODULE) 478#if defined(CONFIG_DRM) || defined(CONFIG_DRM_MODULE)
482COMPATIBLE_IOCTL(DRM_IOCTL_GET_MAGIC) 479COMPATIBLE_IOCTL(DRM_IOCTL_GET_MAGIC)