linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] android: binder: Fix duplicate included binder_trace.h
@ 2022-03-23  3:12 Haowen Bai
  2022-03-23 15:21 ` Todd Kjos
  0 siblings, 1 reply; 2+ messages in thread
From: Haowen Bai @ 2022-03-23  3:12 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>
---
V1 -> V2: modify title asm/pgtable.h -> binder_trace.h

 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

* Re: [PATCH V2] android: binder: Fix duplicate included binder_trace.h
  2022-03-23  3:12 [PATCH V2] android: binder: Fix duplicate included binder_trace.h Haowen Bai
@ 2022-03-23 15:21 ` Todd Kjos
  0 siblings, 0 replies; 2+ messages in thread
From: Todd Kjos @ 2022-03-23 15:21 UTC (permalink / raw)
  To: Haowen Bai
  Cc: gregkh, arve, tkjos, maco, joel, brauner, hridya, surenb, linux-kernel

On Tue, Mar 22, 2022 at 8:12 PM Haowen Bai <baihaowen@meizu.com> wrote:
>
> 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>
> ---
> V1 -> V2: modify title asm/pgtable.h -> binder_trace.h
>
>  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"

This breaks the build. Please test your changes before submitting.

>
>  static HLIST_HEAD(binder_deferred_list);
>  static DEFINE_MUTEX(binder_deferred_lock);
> --
> 2.7.4
>

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23  3:12 [PATCH V2] android: binder: Fix duplicate included binder_trace.h Haowen Bai
2022-03-23 15:21 ` Todd Kjos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).