diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-16 09:22:30 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-19 22:30:15 -0400 |
commit | bc2d62a01b336983b8abd1cb2337f305352f29ef (patch) | |
tree | a252c5074ee805d336741dd938dec6b9cd2a1ff6 | |
parent | 777783e0abae3cab7555bb182776f9ffaa35631a (diff) |
android: uapi: binder.h
add types.h to .h file to pass the checker scripts, and provide a proper
uapi .h file.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | include/uapi/linux/android/binder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/android/binder.h b/include/uapi/linux/android/binder.h index dba4cef3a8d3..41420e341e75 100644 --- a/include/uapi/linux/android/binder.h +++ b/include/uapi/linux/android/binder.h | |||
@@ -20,6 +20,7 @@ | |||
20 | #ifndef _UAPI_LINUX_BINDER_H | 20 | #ifndef _UAPI_LINUX_BINDER_H |
21 | #define _UAPI_LINUX_BINDER_H | 21 | #define _UAPI_LINUX_BINDER_H |
22 | 22 | ||
23 | #include <linux/types.h> | ||
23 | #include <linux/ioctl.h> | 24 | #include <linux/ioctl.h> |
24 | 25 | ||
25 | #define B_PACK_CHARS(c1, c2, c3, c4) \ | 26 | #define B_PACK_CHARS(c1, c2, c3, c4) \ |