diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-20 15:17:02 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-12-04 02:00:36 -0500 |
commit | f23f6e08c47acbdd20e9c49a79da8c404ea168e1 (patch) | |
tree | 00c86da440e4399b4dd04e9f967acd324e0fdf78 /sound/oss/soundcard.c | |
parent | d7fe0f241dceade9c8d4af75498765c5ff7f27e6 (diff) |
[PATCH] severing poll.h -> mm.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'sound/oss/soundcard.c')
-rw-r--r-- | sound/oss/soundcard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/oss/soundcard.c b/sound/oss/soundcard.c index 75c5e745705..8fb8e7f9955 100644 --- a/sound/oss/soundcard.c +++ b/sound/oss/soundcard.c @@ -42,6 +42,7 @@ #include <linux/proc_fs.h> #include <linux/smp_lock.h> #include <linux/module.h> +#include <linux/mm.h> /* * This ought to be moved into include/asm/dma.h |