linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging/android/vsoc: Remove duplicate header
@ 2019-01-09 15:25 Brajeswar Ghosh
  2019-01-15  5:49 ` Souptick Joarder
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Brajeswar Ghosh @ 2019-01-09 15:25 UTC (permalink / raw)
  To: gregkh, arve, tkjos, maco, joel
  Cc: jrdr.linux, devel, linux-kernel, sabyasachi.linux

Remove linux/mutex.h.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 drivers/staging/android/vsoc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/android/vsoc.c b/drivers/staging/android/vsoc.c
index 22571abcaa4e..8a75bd27c413 100644
--- a/drivers/staging/android/vsoc.c
+++ b/drivers/staging/android/vsoc.c
@@ -29,7 +29,6 @@
 #include <linux/syscalls.h>
 #include <linux/uaccess.h>
 #include <linux/interrupt.h>
-#include <linux/mutex.h>
 #include <linux/cdev.h>
 #include <linux/file.h>
 #include "uapi/vsoc_shm.h"
-- 
2.17.1


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

* Re: [PATCH] staging/android/vsoc: Remove duplicate header
  2019-01-09 15:25 [PATCH] staging/android/vsoc: Remove duplicate header Brajeswar Ghosh
@ 2019-01-15  5:49 ` Souptick Joarder
  2019-01-15 14:59 ` Greg KH
  2019-01-15 14:59 ` Greg KH
  2 siblings, 0 replies; 5+ messages in thread
From: Souptick Joarder @ 2019-01-15  5:49 UTC (permalink / raw)
  To: Brajeswar Ghosh
  Cc: Greg KH, arve, tkjos, maco, joel, devel, linux-kernel, Sabyasachi Gupta

On Wed, Jan 9, 2019 at 8:56 PM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> Remove linux/mutex.h.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>

Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

> ---
>  drivers/staging/android/vsoc.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/android/vsoc.c b/drivers/staging/android/vsoc.c
> index 22571abcaa4e..8a75bd27c413 100644
> --- a/drivers/staging/android/vsoc.c
> +++ b/drivers/staging/android/vsoc.c
> @@ -29,7 +29,6 @@
>  #include <linux/syscalls.h>
>  #include <linux/uaccess.h>
>  #include <linux/interrupt.h>
> -#include <linux/mutex.h>
>  #include <linux/cdev.h>
>  #include <linux/file.h>
>  #include "uapi/vsoc_shm.h"
> --
> 2.17.1
>

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

* Re: [PATCH] staging/android/vsoc: Remove duplicate header
  2019-01-09 15:25 [PATCH] staging/android/vsoc: Remove duplicate header Brajeswar Ghosh
  2019-01-15  5:49 ` Souptick Joarder
@ 2019-01-15 14:59 ` Greg KH
  2019-01-15 14:59 ` Greg KH
  2 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2019-01-15 14:59 UTC (permalink / raw)
  To: Brajeswar Ghosh
  Cc: arve, tkjos, maco, joel, devel, sabyasachi.linux, jrdr.linux,
	linux-kernel

On Wed, Jan 09, 2019 at 08:55:59PM +0530, Brajeswar Ghosh wrote:
> Remove linux/mutex.h.h which is included more than once

I think you have one too many ".h" in that line :)

I'll go fix it up...


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

* Re: [PATCH] staging/android/vsoc: Remove duplicate header
  2019-01-09 15:25 [PATCH] staging/android/vsoc: Remove duplicate header Brajeswar Ghosh
  2019-01-15  5:49 ` Souptick Joarder
  2019-01-15 14:59 ` Greg KH
@ 2019-01-15 14:59 ` Greg KH
  2019-01-15 15:07   ` Greg KH
  2 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2019-01-15 14:59 UTC (permalink / raw)
  To: Brajeswar Ghosh
  Cc: arve, tkjos, maco, joel, devel, sabyasachi.linux, jrdr.linux,
	linux-kernel

On Wed, Jan 09, 2019 at 08:55:59PM +0530, Brajeswar Ghosh wrote:
> Remove linux/mutex.h which is included more than once
> 
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
> ---
>  drivers/staging/android/vsoc.c | 1 -
>  1 file changed, 1 deletion(-)

This does not apply as it is already in the tree, are you sure you are
working against the latest release?

thanks,

greg k-h

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

* Re: [PATCH] staging/android/vsoc: Remove duplicate header
  2019-01-15 14:59 ` Greg KH
@ 2019-01-15 15:07   ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2019-01-15 15:07 UTC (permalink / raw)
  To: Brajeswar Ghosh
  Cc: arve, tkjos, maco, joel, devel, sabyasachi.linux, jrdr.linux,
	linux-kernel

On Tue, Jan 15, 2019 at 03:59:42PM +0100, Greg KH wrote:
> On Wed, Jan 09, 2019 at 08:55:59PM +0530, Brajeswar Ghosh wrote:
> > Remove linux/mutex.h which is included more than once
> > 
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> > Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
> > ---
> >  drivers/staging/android/vsoc.c | 1 -
> >  1 file changed, 1 deletion(-)
> 
> This does not apply as it is already in the tree, are you sure you are
> working against the latest release?

Ugh, my fault, nevermind...

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

end of thread, other threads:[~2019-01-15 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 15:25 [PATCH] staging/android/vsoc: Remove duplicate header Brajeswar Ghosh
2019-01-15  5:49 ` Souptick Joarder
2019-01-15 14:59 ` Greg KH
2019-01-15 14:59 ` Greg KH
2019-01-15 15:07   ` Greg KH

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).