diff options
author | Christoph Hellwig <hch@lst.de> | 2005-11-07 17:11:14 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-07 17:11:14 -0500 |
commit | 9d3c7d1bfd41d5082a541666db404aae7699b79e (patch) | |
tree | 315697678c3ff9d87940e475d4d2d97b42088423 /arch/sparc64 | |
parent | e0436b3164fd071acd30a50339b7b6ba5f053cf6 (diff) |
[SPARC]: remove audioio.h
The old sound drivers are 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/sparc64')
-rw-r--r-- | arch/sparc64/kernel/ioctl32.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c index 0e587d6de319..6fda044a7372 100644 --- a/arch/sparc64/kernel/ioctl32.c +++ b/arch/sparc64/kernel/ioctl32.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <asm/envctrl.h> | 19 | #include <asm/envctrl.h> |
20 | #include <asm/display7seg.h> | 20 | #include <asm/display7seg.h> |
21 | #include <asm/openpromio.h> | 21 | #include <asm/openpromio.h> |
22 | #include <asm/audioio.h> | ||
23 | #include <asm/watchdog.h> | 22 | #include <asm/watchdog.h> |
24 | 23 | ||
25 | /* Use this to get at 32-bit user passed pointers. | 24 | /* Use this to get at 32-bit user passed pointers. |
@@ -524,12 +523,6 @@ COMPATIBLE_IOCTL(OPROMPATH2NODE) | |||
524 | COMPATIBLE_IOCTL(LOOP_SET_STATUS64) | 523 | COMPATIBLE_IOCTL(LOOP_SET_STATUS64) |
525 | COMPATIBLE_IOCTL(LOOP_GET_STATUS64) | 524 | COMPATIBLE_IOCTL(LOOP_GET_STATUS64) |
526 | /* Big A */ | 525 | /* Big A */ |
527 | COMPATIBLE_IOCTL(AUDIO_GETINFO) | ||
528 | COMPATIBLE_IOCTL(AUDIO_SETINFO) | ||
529 | COMPATIBLE_IOCTL(AUDIO_DRAIN) | ||
530 | COMPATIBLE_IOCTL(AUDIO_GETDEV) | ||
531 | COMPATIBLE_IOCTL(AUDIO_GETDEV_SUNOS) | ||
532 | COMPATIBLE_IOCTL(AUDIO_FLUSH) | ||
533 | COMPATIBLE_IOCTL(AUTOFS_IOC_EXPIRE_MULTI) | 526 | COMPATIBLE_IOCTL(AUTOFS_IOC_EXPIRE_MULTI) |
534 | #if defined(CONFIG_DRM) || defined(CONFIG_DRM_MODULE) | 527 | #if defined(CONFIG_DRM) || defined(CONFIG_DRM_MODULE) |
535 | COMPATIBLE_IOCTL(DRM_IOCTL_GET_MAGIC) | 528 | COMPATIBLE_IOCTL(DRM_IOCTL_GET_MAGIC) |