Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc45c646 authored by Christian Brauner's avatar Christian Brauner Committed by Bernhard Thoben
Browse files

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: default avatarChristian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit c13295ad219d8bb0e47942d4cfc8251de449a67e)
parent 3c6c6d51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"