Browse Source

hwmon: Add missing inclusions of <linux/jiffies.h>

Many hwmon drivers use jiffies but omit the inclusion of the header
file. Fix that, and also fix one driver which was including the header
file but didn't need it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Luca Tettamanti <kronos.it@gmail.com>
Cc: Marc Hulsman <m.hulsman@tudelft.nl>
Cc: Rudolf Marek <r.marek@assembler.cz>
Jean Delvare 13 years ago
parent
commit
dcd8f39230

+ 1 - 0
drivers/hwmon/adm9240.c

@@ -50,6 +50,7 @@
 #include <linux/hwmon-vid.h>
 #include <linux/hwmon-vid.h>
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
+#include <linux/jiffies.h>
 
 
 /* Addresses to scan */
 /* Addresses to scan */
 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f,
 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f,

+ 1 - 0
drivers/hwmon/adt7475.c

@@ -20,6 +20,7 @@
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-vid.h>
 #include <linux/hwmon-vid.h>
 #include <linux/err.h>
 #include <linux/err.h>
+#include <linux/jiffies.h>
 
 
 /* Indexes for the sysfs hooks */
 /* Indexes for the sysfs hooks */
 
 

+ 1 - 0
drivers/hwmon/asus_atk0110.c

@@ -14,6 +14,7 @@
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/slab.h>
 #include <linux/dmi.h>
 #include <linux/dmi.h>
+#include <linux/jiffies.h>
 
 
 #include <acpi/acpi.h>
 #include <acpi/acpi.h>
 #include <acpi/acpixf.h>
 #include <acpi/acpixf.h>

+ 1 - 0
drivers/hwmon/emc1403.c

@@ -33,6 +33,7 @@
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/sysfs.h>
 #include <linux/sysfs.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
+#include <linux/jiffies.h>
 
 
 #define THERMAL_PID_REG		0xfd
 #define THERMAL_PID_REG		0xfd
 #define THERMAL_SMSC_ID_REG	0xfe
 #define THERMAL_SMSC_ID_REG	0xfe

+ 1 - 0
drivers/hwmon/hih6130.c

@@ -33,6 +33,7 @@
 #include <linux/mutex.h>
 #include <linux/mutex.h>
 #include <linux/device.h>
 #include <linux/device.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
+#include <linux/jiffies.h>
 
 
 /**
 /**
  * struct hih6130 - HIH-6130 device specific data
  * struct hih6130 - HIH-6130 device specific data

+ 0 - 1
drivers/hwmon/i5k_amb.c

@@ -21,7 +21,6 @@
  */
  */
 
 
 #include <linux/module.h>
 #include <linux/module.h>
-#include <linux/jiffies.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/err.h>
 #include <linux/err.h>

+ 1 - 0
drivers/hwmon/ina2xx.c

@@ -33,6 +33,7 @@
 #include <linux/i2c.h>
 #include <linux/i2c.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
+#include <linux/jiffies.h>
 
 
 #include <linux/platform_data/ina2xx.h>
 #include <linux/platform_data/ina2xx.h>
 
 

+ 1 - 0
drivers/hwmon/lineage-pem.c

@@ -29,6 +29,7 @@
 #include <linux/i2c.h>
 #include <linux/i2c.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
+#include <linux/jiffies.h>
 
 
 /*
 /*
  * This driver supports various Lineage Compact Power Line DC/DC and AC/DC
  * This driver supports various Lineage Compact Power Line DC/DC and AC/DC

+ 1 - 0
drivers/hwmon/lm92.c

@@ -48,6 +48,7 @@
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
+#include <linux/jiffies.h>
 
 
 /*
 /*
  * The LM92 and MAX6635 have 2 two-state pins for address selection,
  * The LM92 and MAX6635 have 2 two-state pins for address selection,

+ 1 - 0
drivers/hwmon/lm93.c

@@ -47,6 +47,7 @@
 #include <linux/hwmon-vid.h>
 #include <linux/hwmon-vid.h>
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
+#include <linux/jiffies.h>
 
 
 /* LM93 REGISTER ADDRESSES */
 /* LM93 REGISTER ADDRESSES */
 
 

+ 1 - 0
drivers/hwmon/ltc4151.c

@@ -36,6 +36,7 @@
 #include <linux/i2c.h>
 #include <linux/i2c.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
+#include <linux/jiffies.h>
 
 
 /* chip registers */
 /* chip registers */
 #define LTC4151_SENSE_H	0x00
 #define LTC4151_SENSE_H	0x00

+ 1 - 0
drivers/hwmon/ltc4215.c

@@ -19,6 +19,7 @@
 #include <linux/i2c.h>
 #include <linux/i2c.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
+#include <linux/jiffies.h>
 
 
 /* Here are names of the chip's registers (a.k.a. commands) */
 /* Here are names of the chip's registers (a.k.a. commands) */
 enum ltc4215_cmd {
 enum ltc4215_cmd {

+ 1 - 0
drivers/hwmon/ltc4245.c

@@ -21,6 +21,7 @@
 #include <linux/i2c.h>
 #include <linux/i2c.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
+#include <linux/jiffies.h>
 #include <linux/i2c/ltc4245.h>
 #include <linux/i2c/ltc4245.h>
 
 
 /* Here are names of the chip's registers (a.k.a. commands) */
 /* Here are names of the chip's registers (a.k.a. commands) */

+ 1 - 0
drivers/hwmon/ltc4261.c

@@ -33,6 +33,7 @@
 #include <linux/i2c.h>
 #include <linux/i2c.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
+#include <linux/jiffies.h>
 
 
 /* chip registers */
 /* chip registers */
 #define LTC4261_STATUS	0x00	/* readonly */
 #define LTC4261_STATUS	0x00	/* readonly */

+ 1 - 0
drivers/hwmon/pmbus/pmbus_core.c

@@ -27,6 +27,7 @@
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
+#include <linux/jiffies.h>
 #include <linux/i2c/pmbus.h>
 #include <linux/i2c/pmbus.h>
 #include "pmbus.h"
 #include "pmbus.h"
 
 

+ 1 - 0
drivers/hwmon/sht21.c

@@ -29,6 +29,7 @@
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
 #include <linux/device.h>
 #include <linux/device.h>
+#include <linux/jiffies.h>
 
 
 /* I2C command bytes */
 /* I2C command bytes */
 #define SHT21_TRIG_T_MEASUREMENT_HM  0xe3
 #define SHT21_TRIG_T_MEASUREMENT_HM  0xe3

+ 1 - 0
drivers/hwmon/smm665.c

@@ -24,6 +24,7 @@
 #include <linux/hwmon.h>
 #include <linux/hwmon.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
+#include <linux/jiffies.h>
 
 
 /* Internal reference voltage (VREF, x 1000 */
 /* Internal reference voltage (VREF, x 1000 */
 #define SMM665_VREF_ADC_X1000	1250
 #define SMM665_VREF_ADC_X1000	1250

+ 1 - 0
drivers/hwmon/thmc50.c

@@ -28,6 +28,7 @@
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
+#include <linux/jiffies.h>
 
 
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
 
 

+ 1 - 0
drivers/hwmon/tmp102.c

@@ -26,6 +26,7 @@
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
 #include <linux/device.h>
 #include <linux/device.h>
+#include <linux/jiffies.h>
 
 
 #define	DRIVER_NAME "tmp102"
 #define	DRIVER_NAME "tmp102"
 
 

+ 1 - 0
drivers/hwmon/w83791d.c

@@ -41,6 +41,7 @@
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
+#include <linux/jiffies.h>
 
 
 #define NUMBER_OF_VIN		10
 #define NUMBER_OF_VIN		10
 #define NUMBER_OF_FANIN		5
 #define NUMBER_OF_FANIN		5

+ 1 - 0
drivers/hwmon/w83792d.c

@@ -44,6 +44,7 @@
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
 #include <linux/sysfs.h>
 #include <linux/sysfs.h>
+#include <linux/jiffies.h>
 
 
 /* Addresses to scan */
 /* Addresses to scan */
 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f,
 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f,

+ 1 - 0
drivers/hwmon/w83793.c

@@ -46,6 +46,7 @@
 #include <linux/kref.h>
 #include <linux/kref.h>
 #include <linux/notifier.h>
 #include <linux/notifier.h>
 #include <linux/reboot.h>
 #include <linux/reboot.h>
+#include <linux/jiffies.h>
 
 
 /* Default values */
 /* Default values */
 #define WATCHDOG_TIMEOUT 2	/* 2 minute default timeout */
 #define WATCHDOG_TIMEOUT 2	/* 2 minute default timeout */

+ 1 - 0
drivers/hwmon/w83795.c

@@ -35,6 +35,7 @@
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
 #include <linux/delay.h>
 #include <linux/delay.h>
+#include <linux/jiffies.h>
 
 
 /* Addresses to scan */
 /* Addresses to scan */
 static const unsigned short normal_i2c[] = {
 static const unsigned short normal_i2c[] = {

+ 1 - 0
drivers/hwmon/w83l786ng.c

@@ -33,6 +33,7 @@
 #include <linux/hwmon-sysfs.h>
 #include <linux/hwmon-sysfs.h>
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
+#include <linux/jiffies.h>
 
 
 /* Addresses to scan */
 /* Addresses to scan */
 static const unsigned short normal_i2c[] = { 0x2e, 0x2f, I2C_CLIENT_END };
 static const unsigned short normal_i2c[] = { 0x2e, 0x2f, I2C_CLIENT_END };