aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/quirks.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-03-29 16:02:50 +1100
committerTakashi Iwai <tiwai@suse.de>2010-03-29 08:23:27 +0200
commit36db0456582484aa78809376f1e41ec2873fc9d5 (patch)
treec1d05b70a57c8b0e59f6349cd7c9412c517877ba /sound/usb/quirks.c
parentfca5bca48759c21eddc0667a4582a227d7b0165a (diff)
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/quirks.c')
-rw-r--r--sound/usb/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index d4ced64e465..136e5b4cf6d 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -15,6 +15,7 @@
*/
#include <linux/init.h>
+#include <linux/slab.h>
#include <linux/usb.h>
#include <linux/usb/audio.h>