diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-03-29 19:01:48 +1100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-29 10:04:07 +0200 |
commit | 9966ddafe1b4f2a9a09ea748b42ef69417b23ff1 (patch) | |
tree | 6f775fa9af8f4edf976810f2a544f418a784d27b /sound/usb/pcm.c | |
parent | 36db0456582484aa78809376f1e41ec2873fc9d5 (diff) | |
download | op-kernel-dev-9966ddafe1b4f2a9a09ea748b42ef69417b23ff1.zip op-kernel-dev-9966ddafe1b4f2a9a09ea748b42ef69417b23ff1.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |