diff options
author | Brajeswar Ghosh <brajeswar.linux@gmail.com> | 2019-01-09 20:55:59 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-15 16:07:41 +0100 |
commit | e6718f686ed4b9e48c26bf3cda220a2c98df20e3 (patch) | |
tree | 24ff2557cf606c9110495a51915b561fc994fabc /drivers/staging/android | |
parent | 3b423417d0d1d5abd46dfc7c3df9977bcb89f3c0 (diff) | |
download | lwn-e6718f686ed4b9e48c26bf3cda220a2c98df20e3.tar.gz lwn-e6718f686ed4b9e48c26bf3cda220a2c98df20e3.zip |
staging/android/vsoc: Remove duplicate header
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android')
-rw-r--r-- | drivers/staging/android/vsoc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |