binder: remove unused binder_alloc->buffer_free
authorCarlos Llamas <cmllamas@google.com>
Mon, 29 Aug 2022 20:12:52 +0000 (20:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 14:17:14 +0000 (16:17 +0200)
commit22534a44cb8ca660a14d62e320e45fde962e9410
treeb97c3f3b338928b5825d40ff64f8028f27591378
parent76ff33468beaabbd0fe141b3ea1c6f514a8ef7d4
binder: remove unused binder_alloc->buffer_free

The ->buffer_free member was introduced in the first revision of the
driver under staging but it appears like it was never actually used
according to git's history. Remove it from binder_alloc.

Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Acked-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20220829201254.1814484-6-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.h