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:34:18 +0000 (08:34 -0700)
commitb934102cba6a49bb8ca1f0f4ece0ff8552cbbd79
treed8e0e227ed73e001d30cc6e55bead636e2cf27f8
parentd325d37eea5886d05db1393c6f22260f830d2680
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: I6a10138d003632ebcb1589f22c7437f2bec8bff6
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]