1
0
Fork 0

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>
hifive-unleashed-5.1
Brajeswar Ghosh 2019-01-09 20:55:59 +05:30 committed by Greg Kroah-Hartman
parent 3b423417d0
commit e6718f686e
1 changed files with 0 additions and 1 deletions

View File

@ -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"