staging: android: binder: move to the "real" part of the kernel
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Oct 2014 12:40:38 +0000 (14:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:30:15 +0000 (10:30 +0800)
commit777783e0abae3cab7555bb182776f9ffaa35631a
treed7f183097ce9fa8c6944d0396c8a47d8b9ddd977
parentd09e9b160fc18116942101743693f5535bc5136a
staging: android: binder: move to the "real" part of the kernel

The Android binder code has been "stable" for many years now.  No matter
what comes in the future, we are going to have to support this API, so
might as well move it to the "real" part of the kernel as there's no
real work that needs to be done to the existing code.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 files changed:
drivers/Kconfig
drivers/Makefile
drivers/android/Kconfig [new file with mode: 0644]
drivers/android/Makefile [new file with mode: 0644]
drivers/android/binder.c [new file with mode: 0644]
drivers/android/binder.h [new file with mode: 0644]
drivers/android/binder_trace.h [new file with mode: 0644]
drivers/staging/android/Kconfig
drivers/staging/android/Makefile
drivers/staging/android/binder.c [deleted file]
drivers/staging/android/binder.h [deleted file]
drivers/staging/android/binder_trace.h [deleted file]
drivers/staging/android/uapi/binder.h [deleted file]
include/uapi/linux/Kbuild
include/uapi/linux/android/Kbuild [new file with mode: 0644]
include/uapi/linux/android/binder.h [new file with mode: 0644]