diff options
| author | Christian Brauner <christian@brauner.io> | 2019-01-10 18:25:41 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-11 04:18:24 -0500 |
| commit | c13295ad219d8bb0e47942d4cfc8251de449a67e (patch) | |
| tree | ce94a413ea0e334ef9207ff150325ba81e5f9d41 /drivers/android | |
| parent | 849d540ddfcd4f232f3b2cf40a2e07eccbd6212c (diff) | |
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@ubuntu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android')
| -rw-r--r-- | drivers/android/binderfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index 89788969bc04..f6341893b5ba 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | #include <linux/xarray.h> | 31 | #include <linux/xarray.h> |
| 32 | #include <uapi/asm-generic/errno-base.h> | 32 | #include <uapi/asm-generic/errno-base.h> |
| 33 | #include <uapi/linux/android/binder.h> | 33 | #include <uapi/linux/android/binder.h> |
| 34 | #include <uapi/linux/android/binder_ctl.h> | 34 | #include <uapi/linux/android/binderfs.h> |
| 35 | 35 | ||
| 36 | #include "binder_internal.h" | 36 | #include "binder_internal.h" |
| 37 | 37 | ||
