On Mon, Aug 29, 2022 at 08:12:54PM +0000, Carlos Llamas wrote:
> Fix the following W=1 build error:
>
> drivers/android/binderfs.c:42: error: macro "INTSTRLEN" is not used [-Werror=unused-macros]
> 42 | #define INTSTRLEN 21
> |
>
> No functional changes in this patch.
>
> Signed-off-by: Carlos Llamas <cmllamas@google.com>
> ---
Thanks,
Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>