staging: ashmem: Add missing include

[ Upstream commit 90a2f171383b5ae43b33ab4d9d566b9765622ac7 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Rom Lemarchand 2016-01-29 22:07:31 -08:00 committed by Greg Kroah-Hartman
parent 4dcbf6fa3b
commit efa2ec29dd

View file

@ -13,6 +13,7 @@
#define _UAPI_LINUX_ASHMEM_H #define _UAPI_LINUX_ASHMEM_H
#include <linux/ioctl.h> #include <linux/ioctl.h>
#include <linux/types.h>
#define ASHMEM_NAME_LEN 256 #define ASHMEM_NAME_LEN 256