[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240104-removeduperror-v1-1-d170d4b3675a@google.com>
Date: Thu, 04 Jan 2024 19:31:36 +0000
From: Tanzir Hasan <tanzirh@...gle.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Arve Hjønnevåg" <arve@...roid.com>, Todd Kjos <tkjos@...roid.com>, Martijn Coenen <maco@...roid.com>,
Joel Fernandes <joel@...lfernandes.org>, Christian Brauner <brauner@...nel.org>,
Carlos Llamas <cmllamas@...gle.com>, Suren Baghdasaryan <surenb@...gle.com>
Cc: Nick Desaulniers <nnn@...gle.com>, linux-kernel@...r.kernel.org,
Nick Desaulniers <ndesaulniers@...gle.com>, Tanzir Hasan <tanzirh@...gle.com>
Subject: [PATCH] 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 <ndesaulniers@...gle.com>
Tested-by: Nick Desaulniers <ndesaulniers@...gle.com>
Signed-off-by: Tanzir Hasan <tanzirh@...gle.com>
---
---
drivers/android/binderfs.c | 1 -
1 file changed, 1 deletion(-)
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>
---
base-commit: 0c9ae0b8605078eafc3bea053cc78791e97ba2e2
change-id: 20240104-removeduperror-9b6954a0c52c
Best regards,
--
Tanzir Hasan <tanzirh@...gle.com>
Powered by blists - more mailing lists