From: Stephen Rothwell Date: Mon, 29 Mar 2010 08:01:48 +0000 (+1100) Subject: ALSA: usb pcm: use of kmalloc requires the include of slab.h X-Git-Tag: firefly_0821_release~9833^2~2092^2~2^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9966ddafe1b4f2a9a09ea748b42ef69417b23ff1;p=firefly-linux-kernel-4.4.55.git ALSA: usb pcm: use of kmalloc requires the include of slab.h Signed-off-by: Stephen Rothwell Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index 630e2203b344..2bf0d77d1768 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c @@ -15,6 +15,7 @@ */ #include +#include #include #include #include