public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] android: binder: Fix duplicate included asm/pgtable.h
@ 2022-03-23  2:54 Haowen Bai
  2022-03-23  7:31 ` kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: Haowen Bai @ 2022-03-23  2:54 UTC (permalink / raw)
  To: gregkh, arve, tkjos, maco, joel, brauner, hridya, surenb
  Cc: linux-kernel, Haowen Bai

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>
---
 drivers/android/binder.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 8351c56..a12aa3c 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -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);
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-23  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23  2:54 [PATCH] android: binder: Fix duplicate included asm/pgtable.h Haowen Bai
2022-03-23  7:31 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox