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)
committerRiley Andrews <riandrews@google.com>
Tue, 13 Jan 2015 22:46:36 +0000 (22:46 +0000)
commita8363b44d11a212b1d44d7823fa1795de6887185
tree0ee1c4b29fad535fee88f8bcb23f5a67c9f7dea8
parent0a2be85ca49d19a251aa4ebc232df7b99dcafaa2
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.

Change-Id: I36d5c6fc05aff26dd01a227201be18e86c9f9994
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]