aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-11-07 17:11:38 -0500
committerDavid S. Miller <davem@davemloft.net>2005-11-07 17:11:38 -0500
commit59f85dc95e81281b424b2eb0e7b002cf7f77db03 (patch)
tree15acfc806c75202f02706d9f0a8890c325b9db3b /arch/sparc64
parente1413315b8dfcdebc61416dadc1334619dfb4543 (diff)
[SPARC]: remove vuid_event.h
I don't know if we ever implemented this, but the only user in any 2.6 tree are the compat ioctls. 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 947bd265aaa4..94e2b99802c8 100644
--- a/arch/sparc64/kernel/ioctl32.c
+++ b/arch/sparc64/kernel/ioctl32.c
@@ -14,7 +14,6 @@
14#include <linux/ncp_fs.h> 14#include <linux/ncp_fs.h>
15#include <linux/syscalls.h> 15#include <linux/syscalls.h>
16#include <asm/fbio.h> 16#include <asm/fbio.h>
17#include <asm/vuid_event.h>
18#include <asm/envctrl.h> 17#include <asm/envctrl.h>
19#include <asm/display7seg.h> 18#include <asm/display7seg.h>
20#include <asm/openpromio.h> 19#include <asm/openpromio.h>
@@ -472,8 +471,6 @@ COMPATIBLE_IOCTL(FBIOSCURPOS)
472COMPATIBLE_IOCTL(FBIOGCURPOS) 471COMPATIBLE_IOCTL(FBIOGCURPOS)
473COMPATIBLE_IOCTL(FBIOGCURMAX) 472COMPATIBLE_IOCTL(FBIOGCURMAX)
474/* Little k */ 473/* Little k */
475COMPATIBLE_IOCTL(VUIDSFORMAT)
476COMPATIBLE_IOCTL(VUIDGFORMAT)
477/* Little v, the video4linux ioctls */ 474/* Little v, the video4linux ioctls */
478COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */ 475COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */
479COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */ 476COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */