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:
36db045
)
ALSA: usb pcm: use of kmalloc requires the include of slab.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 29 Mar 2010 08:01:48 +0000
(19:01 +1100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 29 Mar 2010 08:04:07 +0000
(10:04 +0200)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/pcm.c
b/sound/usb/pcm.c
index 630e2203b344b36a62d56f05a32788d8de637886..2bf0d77d1768020a693973e00eab12dbde70ae18 100644
(file)
--- a/
sound/usb/pcm.c
+++ b/
sound/usb/pcm.c
@@
-15,6
+15,7
@@
*/
#include <linux/init.h>
+#include <linux/slab.h>
#include <linux/usb.h>
#include <linux/usb/audio.h>
#include <linux/usb/audio-v2.h>