Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
drivers/hwmon/mr75203.c
··· 14 14 #include <linux/kstrtox.h> 15 15 #include <linux/module.h> 16 16 #include <linux/mod_devicetable.h> 17 - #include <linux/mutex.h> 18 17 #include <linux/platform_device.h> 19 18 #include <linux/property.h> 20 19 #include <linux/regmap.h>