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

hwmon: (nct7363) Drop unnecessary include files

The driver does not perform any locking and does not create sysfs
attributes. Drop the unnecessary include files.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>

-2
-2
drivers/hwmon/nct7363.c
··· 7 7 #include <linux/bits.h> 8 8 #include <linux/err.h> 9 9 #include <linux/hwmon.h> 10 - #include <linux/hwmon-sysfs.h> 11 10 #include <linux/i2c.h> 12 11 #include <linux/module.h> 13 - #include <linux/mutex.h> 14 12 #include <linux/regmap.h> 15 13 #include <linux/slab.h> 16 14