[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190110232541.16294-1-christian@brauner.io>
Date: Fri, 11 Jan 2019 00:25:41 +0100
From: Christian Brauner <christian@...uner.io>
To: gregkh@...uxfoundation.org, tkjos@...roid.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: arve@...roid.com, maco@...roid.com, joel@...lfernandes.org,
tkjos@...gle.com, Christian Brauner <christian@...uner.io>
Subject: [PATCH] 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 <christian.brauner@...ntu.com>
---
drivers/android/binderfs.c | 2 +-
include/uapi/linux/android/{binder_ctl.h => binderfs.h} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename include/uapi/linux/android/{binder_ctl.h => binderfs.h} (100%)
diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c
index 7496b10532aa..b4ac9ecc16f7 100644
--- a/drivers/android/binderfs.c
+++ b/drivers/android/binderfs.c
@@ -30,7 +30,7 @@
#include <linux/xarray.h>
#include <uapi/asm-generic/errno-base.h>
#include <uapi/linux/android/binder.h>
-#include <uapi/linux/android/binder_ctl.h>
+#include <uapi/linux/android/binderfs.h>
#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
--
2.19.1
Powered by blists - more mailing lists