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 04:30:15 +0200 |
commit | bc2d62a01b336983b8abd1cb2337f305352f29ef (patch) | |
tree | a252c5074ee805d336741dd938dec6b9cd2a1ff6 /include/uapi | |
parent | staging: android: binder: move to the "real" part of the kernel (diff) | |
download | linux-bc2d62a01b336983b8abd1cb2337f305352f29ef.tar.xz linux-bc2d62a01b336983b8abd1cb2337f305352f29ef.zip |
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 dba4cef3a8d3..41420e341e75 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) \ |