lkml.org 
[lkml]   [2021]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH binder] binder: remove duplicate include in binder.c
Date
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
\
 
 \ /
  Last update: 2021-10-19 10:04    [W:0.070 / U:0.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site