mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
b37a3b983a
commit
44bd91bca9
|
|
@ -14,11 +14,8 @@
|
|||
#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>
|
||||
|
||||
#define TMP103_TEMP_REG 0x00
|
||||
|
|
|
|||
Loading…
Reference in New Issue