[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181109041425.GA2950@hp-pavilion-15-notebook-pc-brajeswar>
Date: Fri, 9 Nov 2018 09:44:25 +0530
From: Brajeswar Ghosh <brajeswar.linux@...il.com>
To: gregkh@...uxfoundation.org, arve@...roid.com, tkjos@...roid.com,
maco@...roid.com, joel@...lfernandes.org
Cc: jrdr.linux@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, sabyasachi.linux@...il.com
Subject: [PATCH] drivers/android/binder.c: Remove duplicate header
Remove binder_trace.h which is included more than once
Signed-off-by: Brajeswar Ghosh <brajeswar.linux@...il.com>
---
drivers/android/binder.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index cb30a524d16d..719f35a5c04b 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -5852,6 +5852,5 @@ static int __init binder_init(void)
device_initcall(binder_init);
#define CREATE_TRACE_POINTS
-#include "binder_trace.h"
MODULE_LICENSE("GPL v2");
--
2.17.1
Powered by blists - more mailing lists