projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8decb
)
ALSA: pcm - Add missing inclusion of linux/vmalloc.h
author
Takashi Iwai
<tiwai@suse.de>
Mon, 21 Dec 2009 11:41:37 +0000
(12:41 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 21 Dec 2009 11:41:37 +0000
(12:41 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_memory.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/core/pcm_memory.c
b/sound/core/pcm_memory.c
index d9727c74b2e1faef823d483e625179f4e4e8e558..d6d49d6651f9122a389572db10d4f2ff078bbec2 100644
(file)
--- 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>