aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2004-06-17 17:54:08 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-17 17:54:08 -0700
commita646de6c817358798f6512aecf0e866773a6a87b (patch)
tree0a8471b4b61ca95ea9eb95d285a61a7bcf32ac3a /sound
parent1c60f076562a32cd6ccf03e8046867efe0772e92 (diff)
downloadhistory-a646de6c817358798f6512aecf0e866773a6a87b.tar.gz
[PATCH] Clean up asm/pgalloc.h include
This patch cleans up needless includes of asm/pgalloc.h from the drivers/ subtree. drivers/char/mem.c has been compile tested; the others have not, since they are for non-x86 and non-ARM architectures. This patch is part of a larger patch aiming towards getting the include of asm/pgtable.h out of linux/mm.h, so that asm/pgtable.h can sanely get at things like mm_struct and friends. I suggest testing in -mm for a while to ensure there aren't any hidden arch issues. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/dmasound/dmasound_atari.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/oss/dmasound/dmasound_atari.c b/sound/oss/dmasound/dmasound_atari.c
index da681713e406e1..fc19d664bb4483 100644
--- a/sound/oss/dmasound/dmasound_atari.c
+++ b/sound/oss/dmasound/dmasound_atari.c
@@ -22,7 +22,6 @@
#include <linux/spinlock.h>
#include <linux/interrupt.h>
-#include <asm/pgalloc.h>
#include <asm/uaccess.h>
#include <asm/atariints.h>
#include <asm/atari_stram.h>