mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH binder] binder: remove duplicate include in binder.c
@ 2021-10-19  8:04 cgel.zte
  2021-10-19  9:12 ` Greg KH
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cgel.zte @ 2021-10-19  8:04 UTC (permalink / raw)
  To: gregkh
  Cc: arve, tkjos, maco, joel, christian, hridya, surenb, linux-kernel,
	Ran Jianping, Zeal Robot

From: Ran Jianping <ran.jianping@zte.com.cn>

'binder_trace.h' included in 'drivers/android/binder.c'
 is duplicated.It is also included on the 6026 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Ran Jianping <ran.jianping@zte.com.cn>
---
 drivers/android/binder.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 26382e982c5e..19f6247d33f5 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -6023,6 +6023,5 @@ static int __init binder_init(void)
 device_initcall(binder_init);
 
 #define CREATE_TRACE_POINTS
-#include "binder_trace.h"
 
 MODULE_LICENSE("GPL v2");
-- 
2.25.1


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

end of thread, other threads:[~2021-10-25  0:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  8:04 [PATCH binder] binder: remove duplicate include in binder.c cgel.zte
2021-10-19  9:12 ` Greg KH
2021-10-19 22:51 ` kernel test robot
2021-10-24 14:02 ` kernel test robot
2021-10-25  0:45 ` 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

all inboxes | Powered by JetHome®