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

staging: ashmem: Add missing include

Include <linux/types.h> into ashmem.h to ensure referenced types
are defined

Cc: Android Kernel Team <kernel-team@android.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
Signed-off-by: Rom Lemarchand <romlem@android.com>
[jstultz: Minor commit message tweaks]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Rom Lemarchand and committed by
Greg Kroah-Hartman
90a2f171 18e77054

+1
+1
drivers/staging/android/uapi/ashmem.h
··· 13 13 #define _UAPI_LINUX_ASHMEM_H 14 14 15 15 #include <linux/ioctl.h> 16 + #include <linux/types.h> 16 17 17 18 #define ASHMEM_NAME_LEN 256 18 19