diff options
author | Christoph Hellwig <hch@lst.de> | 2005-11-07 14:11:38 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-07 14:11:38 -0800 |
commit | 59f85dc95e81281b424b2eb0e7b002cf7f77db03 (patch) | |
tree | 15acfc806c75202f02706d9f0a8890c325b9db3b /arch | |
parent | e1413315b8dfcdebc61416dadc1334619dfb4543 (diff) | |
download | linux-3.10-59f85dc95e81281b424b2eb0e7b002cf7f77db03.tar.gz linux-3.10-59f85dc95e81281b424b2eb0e7b002cf7f77db03.tar.bz2 linux-3.10-59f85dc95e81281b424b2eb0e7b002cf7f77db03.zip |
[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')
-rw-r--r-- | arch/sparc64/kernel/ioctl32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c index 947bd265aaa..94e2b99802c 100644 --- a/arch/sparc64/kernel/ioctl32.c +++ b/arch/sparc64/kernel/ioctl32.c @@ -14,7 +14,6 @@ #include <linux/ncp_fs.h> #include <linux/syscalls.h> #include <asm/fbio.h> -#include <asm/vuid_event.h> #include <asm/envctrl.h> #include <asm/display7seg.h> #include <asm/openpromio.h> @@ -472,8 +471,6 @@ COMPATIBLE_IOCTL(FBIOSCURPOS) COMPATIBLE_IOCTL(FBIOGCURPOS) COMPATIBLE_IOCTL(FBIOGCURMAX) /* Little k */ -COMPATIBLE_IOCTL(VUIDSFORMAT) -COMPATIBLE_IOCTL(VUIDGFORMAT) /* Little v, the video4linux ioctls */ COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */ COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */ |