mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
44bd91bca9
commit
04e965717f
|
|
@ -10,9 +10,7 @@
|
|||
#include <linux/slab.h>
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/hwmon.h>
|
||||
#include <linux/hwmon-sysfs.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/jiffies.h>
|
||||
#include <linux/regmap.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue