Skip to content

Commit c13295a

Browse files
braunergregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 849d540 commit c13295a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/android/binderfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include <linux/xarray.h>
3232
#include <uapi/asm-generic/errno-base.h>
3333
#include <uapi/linux/android/binder.h>
34-
#include <uapi/linux/android/binder_ctl.h>
34+
#include <uapi/linux/android/binderfs.h>
3535

3636
#include "binder_internal.h"
3737

0 commit comments

Comments
 (0)