Re: [PATCH 09/13] selftests: android: fix multiple definition of sock_name

From: Christian Brauner
Date: Fri Oct 09 2020 - 08:05:42 EST


On Thu, Oct 08, 2020 at 03:26:29PM +0300, Tommi Rantala wrote:
> Fix multiple definition of sock_name compilation error:
>
> tools/testing/selftests/android/ion/ipcsocket.h:8: multiple definition of `sock_name'
>
> Signed-off-by: Tommi Rantala <tommi.t.rantala@xxxxxxxxx>
> ---

Ion will be removed from the kernel soon but this seems like an ok
bugfix.
Thanks!
Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>