android: binder: binderfs.c: removed asm-generic/errno-base.h
authorTanzir Hasan <tanzirh@google.com>
Tue, 26 Dec 2023 17:09:23 +0000 (17:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jan 2024 15:36:07 +0000 (16:36 +0100)
commit54ffdab820801372f3632bb86613407df34b921b
treecea876d7b98065807d56b1f331cfd96a6dd70740
parent2e9bf5cc912365d20e3255a0779f5516157b923e
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Tanzir Hasan <tanzirh@google.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20231226-binderfs-v1-1-66829e92b523@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binderfs.c