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

hwmon: (tmp102) 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/tmp102.c
··· 10 10 #include <linux/slab.h> 11 11 #include <linux/i2c.h> 12 12 #include <linux/hwmon.h> 13 - #include <linux/hwmon-sysfs.h> 14 13 #include <linux/err.h> 15 - #include <linux/mutex.h> 16 14 #include <linux/device.h> 17 15 #include <linux/jiffies.h> 18 16 #include <linux/regmap.h>