[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190109152558.GA24243@hp-pavilion-15-notebook-pc-brajeswar>
Date: Wed, 9 Jan 2019 20:55:59 +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] staging/android/vsoc: Remove duplicate header
Remove linux/mutex.h.h which is included more than once
Signed-off-by: Brajeswar Ghosh <brajeswar.linux@...il.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
Powered by blists - more mailing lists