]> asedeno.scripts.mit.edu Git - linux.git/commit
binder: move binder_alloc to separate file
authorTodd Kjos <tkjos@android.com>
Thu, 29 Jun 2017 19:01:41 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 12:47:29 +0000 (14:47 +0200)
commit0c972a05cde66e3d448419c120627083d6419f8f
tree1e39c8dc522d3cb6445e769310b48bdec99ed479
parent19c987241ca1216a51118b2bd0185b8bc5081783
binder: move binder_alloc to separate file

Move the binder allocator functionality to its own file

Continuation of splitting the binder allocator from the binder
driver. Split binder_alloc functions from normal binder functions.

Add kernel doc comments to functions declared extern in
binder_alloc.h

Signed-off-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/Makefile
drivers/android/binder.c
drivers/android/binder_alloc.c [new file with mode: 0644]
drivers/android/binder_alloc.h [new file with mode: 0644]