From: Tanzir Hasan Date: Thu, 4 Jan 2024 19:31:36 +0000 (+0000) Subject: android: removed duplicate linux/errno X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5850edccec30325707f953bc088497b3b9041231;p=linux.git 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 Tested-by: Nick Desaulniers Signed-off-by: Tanzir Hasan Acked-by: Carlos Llamas Link: https://lore.kernel.org/r/20240104-removeduperror-v1-1-d170d4b3675a@google.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index d04ff60294800..3001d754ac369 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include