binder: remove extern from function prototypes
authorCarlos Llamas <cmllamas@google.com>
Fri, 1 Dec 2023 17:21:37 +0000 (17:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Dec 2023 00:23:38 +0000 (09:23 +0900)
commitda483f8b390546fbe36abd72f58d612a8032e2a8
treee189e5222a2d974f1d1f3d8d554d5de86504229c
parente1090371e02b601cbfcea175c2a6cc7c955fa830
binder: remove extern from function prototypes

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.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20231201172212.1813387-9-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.h