From: Tanzir Hasan Date: Tue, 26 Dec 2023 17:09:23 +0000 (+0000) Subject: android: binder: binderfs.c: removed asm-generic/errno-base.h X-Git-Tag: microblaze-v6.10~556^2~40 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=54ffdab820801372f3632bb86613407df34b921b;p=linux-2.6-microblaze.git android: binder: binderfs.c: removed asm-generic/errno-base.h asm-generic/errno-base.h can be replaced by linux/errno.h and the file will still build correctly. It is an asm-generic file which should be avoided if possible. Suggested-by: Al Viro Signed-off-by: Tanzir Hasan Acked-by: Carlos Llamas Link: https://lore.kernel.org/r/20231226-binderfs-v1-1-66829e92b523@google.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index 1224ab7aa070..d04ff6029480 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include