diff options
author | Wei Yongjun <weiyj.lk@gmail.com> | 2016-07-20 12:06:16 +0000 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-07-20 07:12:12 -0700 |
commit | c55374cd862e3b42831c6001cbd9d28b0e182ed4 (patch) | |
tree | b956f73784eca7daa5ed03206a6c6a33c97a29b9 /drivers/hwmon/ftsteutates.c | |
parent | b53893aae441a034bf4dbbad42fe218561d7d81f (diff) | |
download | blackbird-obmc-linux-c55374cd862e3b42831c6001cbd9d28b0e182ed4.tar.gz blackbird-obmc-linux-c55374cd862e3b42831c6001cbd9d28b0e182ed4.zip |
hwmon: (ftsteutates) Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/ftsteutates.c')
-rw-r--r-- | drivers/hwmon/ftsteutates.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/ftsteutates.c b/drivers/hwmon/ftsteutates.c index aaef5b570da7..2b2ff67026be 100644 --- a/drivers/hwmon/ftsteutates.c +++ b/drivers/hwmon/ftsteutates.c @@ -27,7 +27,6 @@ #include <linux/slab.h> #include <linux/sysfs.h> #include <linux/uaccess.h> -#include <linux/version.h> #include <linux/watchdog.h> #define FTS_DEVICE_ID_REG 0x0000 |