diff options
author | Christoph Hellwig <hch@lst.de> | 2005-11-07 17:11:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-07 17:11:25 -0500 |
commit | e1413315b8dfcdebc61416dadc1334619dfb4543 (patch) | |
tree | 5450977b1f6721799069caaa19c6a9b75d50f35d /arch | |
parent | 9d3c7d1bfd41d5082a541666db404aae7699b79e (diff) |
[SPARC]: remove kbio.h
The old keyboard driver is gone in 2.6, so the only user left 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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c index 6fda044a7372..947bd265aaa4 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/kbio.h> | ||
18 | #include <asm/vuid_event.h> | 17 | #include <asm/vuid_event.h> |
19 | #include <asm/envctrl.h> | 18 | #include <asm/envctrl.h> |
20 | #include <asm/display7seg.h> | 19 | #include <asm/display7seg.h> |
@@ -473,16 +472,6 @@ COMPATIBLE_IOCTL(FBIOSCURPOS) | |||
473 | COMPATIBLE_IOCTL(FBIOGCURPOS) | 472 | COMPATIBLE_IOCTL(FBIOGCURPOS) |
474 | COMPATIBLE_IOCTL(FBIOGCURMAX) | 473 | COMPATIBLE_IOCTL(FBIOGCURMAX) |
475 | /* Little k */ | 474 | /* Little k */ |
476 | COMPATIBLE_IOCTL(KIOCTYPE) | ||
477 | COMPATIBLE_IOCTL(KIOCLAYOUT) | ||
478 | COMPATIBLE_IOCTL(KIOCGTRANS) | ||
479 | COMPATIBLE_IOCTL(KIOCTRANS) | ||
480 | COMPATIBLE_IOCTL(KIOCCMD) | ||
481 | COMPATIBLE_IOCTL(KIOCSDIRECT) | ||
482 | COMPATIBLE_IOCTL(KIOCSLED) | ||
483 | COMPATIBLE_IOCTL(KIOCGLED) | ||
484 | COMPATIBLE_IOCTL(KIOCSRATE) | ||
485 | COMPATIBLE_IOCTL(KIOCGRATE) | ||
486 | COMPATIBLE_IOCTL(VUIDSFORMAT) | 475 | COMPATIBLE_IOCTL(VUIDSFORMAT) |
487 | COMPATIBLE_IOCTL(VUIDGFORMAT) | 476 | COMPATIBLE_IOCTL(VUIDGFORMAT) |
488 | /* Little v, the video4linux ioctls */ | 477 | /* Little v, the video4linux ioctls */ |