[PATCH] staging: ashmem - missing linux/types.h in header.

From: Gabriel Laskar
Date: Thu Jan 22 2015 - 04:33:29 EST


struct ashmem_pin uses __u32 types that are defined in linux/types.h.

Signed-off-by: Gabriel Laskar <gabriel@xxxxxxxxxxxx>
---
drivers/staging/android/uapi/ashmem.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/android/uapi/ashmem.h b/drivers/staging/android/uapi/ashmem.h
index ba4743c..13df42d 100644
--- a/drivers/staging/android/uapi/ashmem.h
+++ b/drivers/staging/android/uapi/ashmem.h
@@ -13,6 +13,7 @@
#define _UAPI_LINUX_ASHMEM_H

#include <linux/ioctl.h>
+#include <linux/types.h>

#define ASHMEM_NAME_LEN 256

--
2.2.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/