commit | 36db0456582484aa78809376f1e41ec2873fc9d5 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon Mar 29 16:02:50 2010 +1100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 29 08:23:27 2010 +0200 |
tree | c1d05b70a57c8b0e59f6349cd7c9412c517877ba | |
parent | fca5bca48759c21eddc0667a4582a227d7b0165a [diff] [blame] |
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>
diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c index 56b6659..e7df1e5 100644 --- a/sound/usb/mixer_quirks.c +++ b/sound/usb/mixer_quirks.c
@@ -26,6 +26,7 @@ */ #include <linux/init.h> +#include <linux/slab.h> #include <linux/usb.h> #include <linux/usb/audio.h>