Re: [PATCH 07/21] binder: remove extern from function prototypes

From: Alice Ryhl
Date: Tue Nov 07 2023 - 04:08:33 EST


Carlos Llamas <cmllamas@xxxxxxxxxx> writes:
> The kernel coding style does not require 'extern' in function prototypes
> in .h files, so remove them from drivers/android/binder_alloc.h as they
> are not needed.
>
> No functional changes in this patch.
>
> Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>