mirror of https://github.com/torvalds/linux.git
hwmon: (mr75203) Drop unnecessary include file
The driver does not perform any locking and thus does not need to include mutex.h. Drop the unnecessary include file. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
8b932c6af4
commit
3e9c967f30
|
|
@ -14,7 +14,6 @@
|
|||
#include <linux/kstrtox.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/mod_devicetable.h>
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/property.h>
|
||||
#include <linux/regmap.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue