commit | 9966ddafe1b4f2a9a09ea748b42ef69417b23ff1 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon Mar 29 19:01:48 2010 +1100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 29 10:04:07 2010 +0200 |
tree | 6f775fa9af8f4edf976810f2a544f418a784d27b | |
parent | 36db0456582484aa78809376f1e41ec2873fc9d5 [diff] [blame] |
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>
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index 630e220..2bf0d77 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>