diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-03-29 01:02:50 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-29 02:23:27 -0400 |
commit | 36db0456582484aa78809376f1e41ec2873fc9d5 (patch) | |
tree | c1d05b70a57c8b0e59f6349cd7c9412c517877ba /sound/usb/mixer_quirks.c | |
parent | fca5bca48759c21eddc0667a4582a227d7b0165a (diff) |
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>
Diffstat (limited to 'sound/usb/mixer_quirks.c')
-rw-r--r-- | sound/usb/mixer_quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c index 56b665938b1b..e7df1e5e3f2e 100644 --- a/sound/usb/mixer_quirks.c +++ b/sound/usb/mixer_quirks.c | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
29 | #include <linux/slab.h> | ||
29 | #include <linux/usb.h> | 30 | #include <linux/usb.h> |
30 | #include <linux/usb/audio.h> | 31 | #include <linux/usb/audio.h> |
31 | 32 | ||