From: Christian Brauner Date: Thu, 10 Jan 2019 23:25:41 +0000 (+0100) Subject: binderfs: rename header to binderfs.h X-Git-Tag: v5.0-rc4~18^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c13295ad219d;p=thirdparty%2Fkernel%2Flinux.git binderfs: rename header to binderfs.h It doesn't make sense to call the header binder_ctl.h when its sole existence is tied to binderfs. So give it a sensible name. Users will far more easily remember binderfs.h than binder_ctl.h. Signed-off-by: Christian Brauner Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index 89788969bc041..f6341893b5ba6 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "binder_internal.h" diff --git a/include/uapi/linux/android/binder_ctl.h b/include/uapi/linux/android/binderfs.h similarity index 100% rename from include/uapi/linux/android/binder_ctl.h rename to include/uapi/linux/android/binderfs.h