diff options
author | Tanzir Hasan <[email protected]> | 2024-01-04 19:31:36 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-01-07 09:48:26 +0100 |
commit | 5850edccec30325707f953bc088497b3b9041231 (patch) | |
tree | ed8a2502cd9f794602010d71c3885d1dec216cc0 | |
parent | 0c9ae0b8605078eafc3bea053cc78791e97ba2e2 (diff) |
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 <[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]>
-rw-r--r-- | drivers/android/binderfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index d04ff6029480..3001d754ac36 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c @@ -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> |