Skip to content

Commit

Permalink
android: binder: Fix duplicate included asm/pgtable.h
Browse files Browse the repository at this point in the history
Clean up the following includecheck warning:

drivers/android/binder.c: binder_trace.h is included more than once.

No functional change.

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
  • Loading branch information
Lotte-Bai authored and intel-lab-lkp committed Mar 23, 2022
1 parent 41197a5 commit fbefc28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/android/binder.c
Expand Up @@ -72,7 +72,6 @@
#include <linux/cacheflush.h>

#include "binder_internal.h"
#include "binder_trace.h"

static HLIST_HEAD(binder_deferred_list);
static DEFINE_MUTEX(binder_deferred_lock);
Expand Down

0 comments on commit fbefc28

Please sign in to comment.