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

Commit b934102c authored by Todd Kjos's avatar Todd Kjos
Browse files

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: default avatarTodd Kjos <tkjos@google.com>
parent d325d37e
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.