diff options
author | Christoph Hellwig <hch@lst.de> | 2005-11-07 17:11:38 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-07 17:11:38 -0500 |
commit | 59f85dc95e81281b424b2eb0e7b002cf7f77db03 (patch) | |
tree | 15acfc806c75202f02706d9f0a8890c325b9db3b /arch | |
parent | e1413315b8dfcdebc61416dadc1334619dfb4543 (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')
-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 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) | |||
472 | COMPATIBLE_IOCTL(FBIOGCURPOS) | 471 | COMPATIBLE_IOCTL(FBIOGCURPOS) |
473 | COMPATIBLE_IOCTL(FBIOGCURMAX) | 472 | COMPATIBLE_IOCTL(FBIOGCURMAX) |
474 | /* Little k */ | 473 | /* Little k */ |
475 | COMPATIBLE_IOCTL(VUIDSFORMAT) | ||
476 | COMPATIBLE_IOCTL(VUIDGFORMAT) | ||
477 | /* Little v, the video4linux ioctls */ | 474 | /* Little v, the video4linux ioctls */ |
478 | COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */ | 475 | COMPATIBLE_IOCTL(_IOR('p', 20, int[7])) /* RTCGET */ |
479 | COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */ | 476 | COMPATIBLE_IOCTL(_IOW('p', 21, int[7])) /* RTCSET */ |