Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: goldfish: audio: fix compiliation on arm

We do actually need slab.h, by luck we get it on other platforms but not
always on ARM. Include it properly.

Signed-off-by: Greg Hackmann <ghackmann@google.com>
Signed-off-by: Jin Qian <jinqian@android.com>
Signed-off-by: Alan <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Greg Hackmann and committed by
Greg Kroah-Hartman
45321507 283ded10

+1
+1
drivers/staging/goldfish/goldfish_audio.c
··· 26 26 #include <linux/sched.h> 27 27 #include <linux/dma-mapping.h> 28 28 #include <linux/uaccess.h> 29 + #include <linux/slab.h> 29 30 #include <linux/goldfish.h> 30 31 31 32 MODULE_AUTHOR("Google, Inc.");