Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c972a05 authored by Todd Kjos's avatar Todd Kjos Committed by Greg Kroah-Hartman
Browse files

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: default avatarTodd Kjos <tkjos@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 19c98724
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
ccflags-y += -I$(src)			# needed for trace events

obj-$(CONFIG_ANDROID_BINDER_IPC)	+= binder.o
obj-$(CONFIG_ANDROID_BINDER_IPC)	+= binder.o binder_alloc.o
+1 −762

File changed.

Preview size limit exceeded, changes collapsed.

+759 −0

File added.

Preview size limit exceeded, changes collapsed.

+162 −0

File added.

Preview size limit exceeded, changes collapsed.