All of lore.kernel.org
 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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.