aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/os.h
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-09-06 18:17:47 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-07 19:57:34 -0400
commit9c45817f41af987277353e463c78a1c6beb37da2 (patch)
tree8abe92528688a34e467ce4b475c529e01b77a580 /sound/oss/os.h
parent309c0a1d5d1dae2e543bfc5a0e762d0424696e0d (diff)
[PATCH] Remove non-arch consumers of asm/segment.h
asm/segment.h varies greatly on different architectures but is clearly deprecated. Removing all non-architecture consumers will make it easier for us to get ride of asm/segment.h all together. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/oss/os.h')
-rw-r--r--sound/oss/os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/oss/os.h b/sound/oss/os.h
index d6b96297835c..80dce329cc3a 100644
--- a/sound/oss/os.h
+++ b/sound/oss/os.h
@@ -19,9 +19,6 @@
19#include <linux/ioport.h> 19#include <linux/ioport.h>
20#include <asm/page.h> 20#include <asm/page.h>
21#include <asm/system.h> 21#include <asm/system.h>
22#ifdef __alpha__
23#include <asm/segment.h>
24#endif
25#include <linux/vmalloc.h> 22#include <linux/vmalloc.h>
26#include <asm/uaccess.h> 23#include <asm/uaccess.h>
27#include <linux/poll.h> 24#include <linux/poll.h>