Re: [PATCH] staging/android/vsoc: Remove duplicate header

2019-01-15 Thread Greg KH
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 > > Acked-by: Souptick Joarder > > --- > > drivers/staging/android/vsoc.c

Re: [PATCH] staging/android/vsoc: Remove duplicate header

2019-01-15 Thread Greg KH
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 > Acked-by: Souptick Joarder > --- > drivers/staging/android/vsoc.c | 1 - > 1 file changed, 1 deletion(-) This does not apply as it is

Re: [PATCH] staging/android/vsoc: Remove duplicate header

2019-01-15 Thread Greg KH
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...

Re: [PATCH] staging/android/vsoc: Remove duplicate header

2019-01-14 Thread Souptick Joarder
On Wed, Jan 9, 2019 at 8:56 PM Brajeswar Ghosh wrote: > > Remove linux/mutex.h.h which is included more than once > > Signed-off-by: Brajeswar Ghosh Acked-by: Souptick Joarder > --- > drivers/staging/android/vsoc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git

[PATCH] staging/android/vsoc: Remove duplicate header

2019-01-09 Thread Brajeswar Ghosh
Remove linux/mutex.h.h which is included more than once Signed-off-by: Brajeswar Ghosh --- 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 ---