diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-16 15:22:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-20 10:30:15 +0800 |
commit | bc2d62a01b336983b8abd1cb2337f305352f29ef (patch) | |
tree | a252c5074ee805d336741dd938dec6b9cd2a1ff6 /include/uapi | |
parent | 777783e0abae3cab7555bb182776f9ffaa35631a (diff) | |
download | op-kernel-dev-bc2d62a01b336983b8abd1cb2337f305352f29ef.zip op-kernel-dev-bc2d62a01b336983b8abd1cb2337f305352f29ef.tar.gz |
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>
Diffstat (limited to 'include/uapi')
-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 dba4cef..41420e3 100644 --- a/include/uapi/linux/android/binder.h +++ b/include/uapi/linux/android/binder.h @@ -20,6 +20,7 @@ #ifndef _UAPI_LINUX_BINDER_H #define _UAPI_LINUX_BINDER_H +#include <linux/types.h> #include <linux/ioctl.h> #define B_PACK_CHARS(c1, c2, c3, c4) \ |