Browse Source

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>
Stephen Rothwell 15 years ago
parent
commit
9966ddafe1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/usb/pcm.c

+ 1 - 0
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>