]> Git Repo - J-linux.git/commitdiff
android: removed duplicate linux/errno
authorTanzir Hasan <[email protected]>
Thu, 4 Jan 2024 19:31:36 +0000 (19:31 +0000)
committerGreg Kroah-Hartman <[email protected]>
Sun, 7 Jan 2024 08:48:26 +0000 (09:48 +0100)
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 <[email protected]>
Tested-by: Nick Desaulniers <[email protected]>
Signed-off-by: Tanzir Hasan <[email protected]>
Acked-by: Carlos Llamas <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/android/binderfs.c

index d04ff6029480048861fc0cfe6d351b3c1af28592..3001d754ac369ebdff6d994c9dabe03eb60cccf5 100644 (file)
@@ -29,7 +29,6 @@
 #include <linux/uaccess.h>
 #include <linux/user_namespace.h>
 #include <linux/xarray.h>
-#include <linux/errno.h>
 #include <uapi/linux/android/binder.h>
 #include <uapi/linux/android/binderfs.h>
 
This page took 0.055294 seconds and 4 git commands to generate.