summaryrefslogtreecommitdiffstats
path: root/sound/usb/pcm.c
diff options
context:
space:
mode:
authorStephen Rothwell2010-03-29 10:01:48 +0200
committerTakashi Iwai2010-03-29 10:04:07 +0200
commit9966ddafe1b4f2a9a09ea748b42ef69417b23ff1 (patch)
tree6f775fa9af8f4edf976810f2a544f418a784d27b /sound/usb/pcm.c
parentALSA: usb - use of kmalloc/kfree requires the include of slab.h (diff)
downloadkernel-qcow2-linux-9966ddafe1b4f2a9a09ea748b42ef69417b23ff1.tar.gz
kernel-qcow2-linux-9966ddafe1b4f2a9a09ea748b42ef69417b23ff1.tar.xz
kernel-qcow2-linux-9966ddafe1b4f2a9a09ea748b42ef69417b23ff1.zip
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>
Diffstat (limited to 'sound/usb/pcm.c')
-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 630e2203b344..2bf0d77d1768 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>