binder: relocate binder_alloc_clear_buf()
authorCarlos Llamas <cmllamas@google.com>
Fri, 1 Dec 2023 17:21:44 +0000 (17:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Dec 2023 00:23:39 +0000 (09:23 +0900)
commitcbc174a64b8d0ab542752c167dc1334b52b88624
treee022bd078394aa687e754e879a32325658d25332
parentc13500eaabd2343aa4cbb76b54ec624cb0c0ef8d
binder: relocate binder_alloc_clear_buf()

Move this function up along with binder_alloc_get_page() so that their
prototypes aren't necessary.

No functional change 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-16-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.c