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

hwmon: (tmp103) Drop unnecessary include files

The driver does not perform any locking, does not sleep or check the time,
and does not create sysfs attributes. Drop the unnecessary include files.

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

-3
-3
drivers/hwmon/tmp103.c
··· 14 14 #include <linux/slab.h> 15 15 #include <linux/i2c.h> 16 16 #include <linux/hwmon.h> 17 - #include <linux/hwmon-sysfs.h> 18 17 #include <linux/err.h> 19 - #include <linux/mutex.h> 20 18 #include <linux/device.h> 21 - #include <linux/jiffies.h> 22 19 #include <linux/regmap.h> 23 20 24 21 #define TMP103_TEMP_REG 0x00