Re: [PATCH 7/7] binderfs: remove unused INTSTRLEN macro

From: Christian Brauner
Date: Tue Aug 30 2022 - 03:53:10 EST


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@xxxxxxxxxx>
> ---

Thanks,
Reviewed-by: Christian Brauner (Microsoft) <brauner@xxxxxxxxxx>