Skip to content

Commit

Permalink
ALSA: usb pcm: use of kmalloc requires the include of slab.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Stephen Rothwell authored and Takashi Iwai committed Mar 29, 2010
1 parent 36db045 commit 9966dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/usb/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9966dda

Please sign in to comment.