Re: [PATCH v14 1/3] binder: move structs from core file to header file

From: Greg Kroah-Hartman
Date: Wed Nov 11 2020 - 10:11:50 EST


On Wed, Nov 11, 2020 at 11:02:42PM +0800, Frankie Chang wrote:
> From: "Frankie.Chang" <Frankie.Chang@xxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxx>
> Acked-by: Todd Kjos <tkjos@xxxxxxxxxx>
> ---
> drivers/android/binder.c | 406 -------------------------------------
> drivers/android/binder_internal.h | 406 +++++++++++++++++++++++++++++++++++++
> 2 files changed, 406 insertions(+), 406 deletions(-)

This, and patch 2/3 was already accepted, right?

I can't do anything with them again :)

thanks,

greg k-h