aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-11-07 17:11:14 -0500
committerDavid S. Miller <davem@davemloft.net>2005-11-07 17:11:14 -0500
commit9d3c7d1bfd41d5082a541666db404aae7699b79e (patch)
tree315697678c3ff9d87940e475d4d2d97b42088423 /arch/sparc64
parente0436b3164fd071acd30a50339b7b6ba5f053cf6 (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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c
index 0e587d6de31..6fda044a737 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)
524COMPATIBLE_IOCTL(LOOP_SET_STATUS64) 523COMPATIBLE_IOCTL(LOOP_SET_STATUS64)
525COMPATIBLE_IOCTL(LOOP_GET_STATUS64) 524COMPATIBLE_IOCTL(LOOP_GET_STATUS64)
526/* Big A */ 525/* Big A */
527COMPATIBLE_IOCTL(AUDIO_GETINFO)
528COMPATIBLE_IOCTL(AUDIO_SETINFO)
529COMPATIBLE_IOCTL(AUDIO_DRAIN)
530COMPATIBLE_IOCTL(AUDIO_GETDEV)
531COMPATIBLE_IOCTL(AUDIO_GETDEV_SUNOS)
532COMPATIBLE_IOCTL(AUDIO_FLUSH)
533COMPATIBLE_IOCTL(AUTOFS_IOC_EXPIRE_MULTI) 526COMPATIBLE_IOCTL(AUTOFS_IOC_EXPIRE_MULTI)
534#if defined(CONFIG_DRM) || defined(CONFIG_DRM_MODULE) 527#if defined(CONFIG_DRM) || defined(CONFIG_DRM_MODULE)
535COMPATIBLE_IOCTL(DRM_IOCTL_GET_MAGIC) 528COMPATIBLE_IOCTL(DRM_IOCTL_GET_MAGIC)