FROMLIST: binder: move binder_alloc to separate file
authorTodd Kjos <tkjos@google.com>
Mon, 10 Oct 2016 17:40:53 +0000 (10:40 -0700)
committerTodd Kjos <tkjos@google.com>
Thu, 13 Jul 2017 15:08:13 +0000 (15:08 +0000)
commit2324f70c5aab8b8e5f4c100a80d1dd4999991285
tree2433cffacfeb92f654db9342ebf6748017a409eb
parent467545d8424090762c38d0bb2ea88da35b94fb09
FROMLIST: binder: move binder_alloc to separate file

(from https://patchwork.kernel.org/patch/9817753/)

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

Change-Id: I8f1a967375359078b8e63c7b6b88a752c374a64a
Signed-off-by: Todd Kjos <tkjos@google.com>
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]