Skip to content

Commit 78c0a50

Browse files
masahir0ygregkh
authored andcommitted
binder: remove unneeded <linux/export.h> inclusion from binder_internal.h
binder_internal.h is included only in the following two C files: $ git grep binder_internal.h drivers/android/binder.c:#include "binder_internal.h" drivers/android/binderfs.c:#include "binder_internal.h" Neither of these files use the EXPORT_SYMBOL macro, so including <linux/export.h> is unnecessary. Signed-off-by: Masahiro Yamada <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 74826b3 commit 78c0a50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/android/binder_internal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#ifndef _LINUX_BINDER_INTERNAL_H
44
#define _LINUX_BINDER_INTERNAL_H
55

6-
#include <linux/export.h>
76
#include <linux/fs.h>
87
#include <linux/list.h>
98
#include <linux/miscdevice.h>

0 commit comments

Comments
 (0)