summaryrefslogtreecommitdiffstats
path: root/sound/usb/format.c
diff options
context:
space:
mode:
authorStephen Rothwell2010-03-29 07:02:50 +0200
committerTakashi Iwai2010-03-29 08:23:27 +0200
commit36db0456582484aa78809376f1e41ec2873fc9d5 (patch)
treec1d05b70a57c8b0e59f6349cd7c9412c517877ba /sound/usb/format.c
parentALSA: usbaudio: Add basic support for M-Audio Fast Track Ultra series (diff)
downloadkernel-qcow2-linux-36db0456582484aa78809376f1e41ec2873fc9d5.tar.gz
kernel-qcow2-linux-36db0456582484aa78809376f1e41ec2873fc9d5.tar.xz
kernel-qcow2-linux-36db0456582484aa78809376f1e41ec2873fc9d5.zip
ALSA: usb - use of kmalloc/kfree 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/format.c')
-rw-r--r--sound/usb/format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/format.c b/sound/usb/format.c
index fcadedd94543..b87cf87c4e7b 100644
--- a/sound/usb/format.c
+++ b/sound/usb/format.c
@@ -16,6 +16,7 @@
*/
#include <linux/init.h>
+#include <linux/slab.h>
#include <linux/usb.h>
#include <linux/usb/audio.h>
#include <linux/usb/audio-v2.h>