android: removed duplicate linux/errno
authorTanzir Hasan <tanzirh@google.com>
Thu, 4 Jan 2024 19:31:36 +0000 (19:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Jan 2024 08:48:26 +0000 (09:48 +0100)
commit5850edccec30325707f953bc088497b3b9041231
treeed8a2502cd9f794602010d71c3885d1dec216cc0
parent0c9ae0b8605078eafc3bea053cc78791e97ba2e2
android: removed duplicate linux/errno

There are two linux/errno.h inclusions in this file. The second one has
been removed and the file builds correctly.

Fixes: 54ffdab82080 ("android: binder: binderfs.c: removed asm-generic/errno-base.h")
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Tested-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Tanzir Hasan <tanzirh@google.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20240104-removeduperror-v1-1-d170d4b3675a@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binderfs.c