binder: move structs from core file to header file
authorFrankie.Chang <Frankie.Chang@mediatek.com>
Wed, 11 Nov 2020 03:02:42 +0000 (11:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Nov 2020 07:20:34 +0000 (08:20 +0100)
commit421518a2740fc95ab3a47109228bf230dee4040b
tree4da5722357ef5a0f9be45aeb1cf8ad1d36ddf8c4
parent17adb469bf1ef3c62e9356ab84449df6cad28ed5
binder: move structs from core file to header file

Moving all structs to header file makes module more
extendable, and makes all these structs to be defined
in the same file.

Signed-off-by: Frankie.Chang <Frankie.Chang@mediatek.com>
Acked-by: Todd Kjos <tkjos@google.com>
Link: https://lore.kernel.org/r/1605063764-12930-2-git-send-email-Frankie.Chang@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c
drivers/android/binder_internal.h