Skip to content

Commit 5850edc

Browse files
Tanzir Hasangregkh
authored andcommitted
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: 54ffdab ("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>
1 parent 0c9ae0b commit 5850edc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/android/binderfs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <linux/uaccess.h>
3030
#include <linux/user_namespace.h>
3131
#include <linux/xarray.h>
32-
#include <linux/errno.h>
3332
#include <uapi/linux/android/binder.h>
3433
#include <uapi/linux/android/binderfs.h>
3534

0 commit comments

Comments
 (0)