diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-21 14:41:37 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-21 14:41:37 +0300 |
commit | ee7c343c0134bf126b4235e65c407711b77174da (patch) | |
tree | da42b29e4af43ea4f65e39baa896d29638385aff /sound/core/pcm_memory.c | |
parent | ad8decb7f5dfd556e4a8400e37b127cd20d8e4c5 (diff) | |
download | linux-ee7c343c0134bf126b4235e65c407711b77174da.tar.xz |
ALSA: pcm - Add missing inclusion of linux/vmalloc.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/pcm_memory.c')
-rw-r--r-- | sound/core/pcm_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/pcm_memory.c b/sound/core/pcm_memory.c index d9727c74b2e1..d6d49d6651f9 100644 --- a/sound/core/pcm_memory.c +++ b/sound/core/pcm_memory.c @@ -23,6 +23,7 @@ #include <linux/time.h> #include <linux/init.h> #include <linux/moduleparam.h> +#include <linux/vmalloc.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/info.h> |