aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-03-29 19:01:48 +1100
committerTakashi Iwai <tiwai@suse.de>2010-03-29 10:04:07 +0200
commit9966ddafe1b4f2a9a09ea748b42ef69417b23ff1 (patch)
tree6f775fa9af8f4edf976810f2a544f418a784d27b
parent36db0456582484aa78809376f1e41ec2873fc9d5 (diff)
ALSA: usb pcm: use of kmalloc requires the include of slab.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/usb/pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
index 630e2203b34..2bf0d77d176 100644
--- 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>