diff options
| -rw-r--r-- | drivers/hwmon/adm9240.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/adt7475.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/asus_atk0110.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/emc1403.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/hih6130.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/i5k_amb.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/ina2xx.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/lineage-pem.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/lm92.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/lm93.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/ltc4151.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/ltc4215.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/ltc4245.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/ltc4261.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/pmbus/pmbus_core.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/sht21.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/smm665.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/thmc50.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/tmp102.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/w83791d.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/w83792d.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/w83793.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/w83795.c | 1 | ||||
| -rw-r--r-- | drivers/hwmon/w83l786ng.c | 1 |
24 files changed, 23 insertions, 1 deletions
diff --git a/drivers/hwmon/adm9240.c b/drivers/hwmon/adm9240.c index 8b24d1a4a2b4..dafa477715e3 100644 --- a/drivers/hwmon/adm9240.c +++ b/drivers/hwmon/adm9240.c | |||
| @@ -50,6 +50,7 @@ | |||
| 50 | #include <linux/hwmon-vid.h> | 50 | #include <linux/hwmon-vid.h> |
| 51 | #include <linux/err.h> | 51 | #include <linux/err.h> |
| 52 | #include <linux/mutex.h> | 52 | #include <linux/mutex.h> |
| 53 | #include <linux/jiffies.h> | ||
| 53 | 54 | ||
| 54 | /* Addresses to scan */ | 55 | /* Addresses to scan */ |
| 55 | static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f, | 56 | static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f, |
diff --git a/drivers/hwmon/adt7475.c b/drivers/hwmon/adt7475.c index 861c756e9536..989e54c39252 100644 --- a/drivers/hwmon/adt7475.c +++ b/drivers/hwmon/adt7475.c | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #include <linux/hwmon-sysfs.h> | 20 | #include <linux/hwmon-sysfs.h> |
| 21 | #include <linux/hwmon-vid.h> | 21 | #include <linux/hwmon-vid.h> |
| 22 | #include <linux/err.h> | 22 | #include <linux/err.h> |
| 23 | #include <linux/jiffies.h> | ||
| 23 | 24 | ||
| 24 | /* Indexes for the sysfs hooks */ | 25 | /* Indexes for the sysfs hooks */ |
| 25 | 26 | ||
diff --git a/drivers/hwmon/asus_atk0110.c b/drivers/hwmon/asus_atk0110.c index cccb0e9d45b4..c74b1d931854 100644 --- a/drivers/hwmon/asus_atk0110.c +++ b/drivers/hwmon/asus_atk0110.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
| 15 | #include <linux/slab.h> | 15 | #include <linux/slab.h> |
| 16 | #include <linux/dmi.h> | 16 | #include <linux/dmi.h> |
| 17 | #include <linux/jiffies.h> | ||
| 17 | 18 | ||
| 18 | #include <acpi/acpi.h> | 19 | #include <acpi/acpi.h> |
| 19 | #include <acpi/acpixf.h> | 20 | #include <acpi/acpixf.h> |
diff --git a/drivers/hwmon/emc1403.c b/drivers/hwmon/emc1403.c index 68ab94bde3f1..142e1cb8dea7 100644 --- a/drivers/hwmon/emc1403.c +++ b/drivers/hwmon/emc1403.c | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #include <linux/err.h> | 33 | #include <linux/err.h> |
| 34 | #include <linux/sysfs.h> | 34 | #include <linux/sysfs.h> |
| 35 | #include <linux/mutex.h> | 35 | #include <linux/mutex.h> |
| 36 | #include <linux/jiffies.h> | ||
| 36 | 37 | ||
| 37 | #define THERMAL_PID_REG 0xfd | 38 | #define THERMAL_PID_REG 0xfd |
| 38 | #define THERMAL_SMSC_ID_REG 0xfe | 39 | #define THERMAL_SMSC_ID_REG 0xfe |
diff --git a/drivers/hwmon/hih6130.c b/drivers/hwmon/hih6130.c index e8ee75f55472..9a675efaa78d 100644 --- a/drivers/hwmon/hih6130.c +++ b/drivers/hwmon/hih6130.c | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #include <linux/mutex.h> | 33 | #include <linux/mutex.h> |
| 34 | #include <linux/device.h> | 34 | #include <linux/device.h> |
| 35 | #include <linux/delay.h> | 35 | #include <linux/delay.h> |
| 36 | #include <linux/jiffies.h> | ||
| 36 | 37 | ||
| 37 | /** | 38 | /** |
| 38 | * struct hih6130 - HIH-6130 device specific data | 39 | * struct hih6130 - HIH-6130 device specific data |
diff --git a/drivers/hwmon/i5k_amb.c b/drivers/hwmon/i5k_amb.c index a18882cc073d..da3fbab0c346 100644 --- a/drivers/hwmon/i5k_amb.c +++ b/drivers/hwmon/i5k_amb.c | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
| 24 | #include <linux/jiffies.h> | ||
| 25 | #include <linux/hwmon.h> | 24 | #include <linux/hwmon.h> |
| 26 | #include <linux/hwmon-sysfs.h> | 25 | #include <linux/hwmon-sysfs.h> |
| 27 | #include <linux/err.h> | 26 | #include <linux/err.h> |
diff --git a/drivers/hwmon/ina2xx.c b/drivers/hwmon/ina2xx.c index 70717d4a5e89..2b726346f8fa 100644 --- a/drivers/hwmon/ina2xx.c +++ b/drivers/hwmon/ina2xx.c | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #include <linux/i2c.h> | 33 | #include <linux/i2c.h> |
| 34 | #include <linux/hwmon.h> | 34 | #include <linux/hwmon.h> |
| 35 | #include <linux/hwmon-sysfs.h> | 35 | #include <linux/hwmon-sysfs.h> |
| 36 | #include <linux/jiffies.h> | ||
| 36 | 37 | ||
| 37 | #include <linux/platform_data/ina2xx.h> | 38 | #include <linux/platform_data/ina2xx.h> |
| 38 | 39 | ||
diff --git a/drivers/hwmon/lineage-pem.c b/drivers/hwmon/lineage-pem.c index bd75d2415432..41df29f59b0e 100644 --- a/drivers/hwmon/lineage-pem.c +++ b/drivers/hwmon/lineage-pem.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <linux/i2c.h> | 29 | #include <linux/i2c.h> |
| 30 | #include <linux/hwmon.h> | 30 | #include <linux/hwmon.h> |
| 31 | #include <linux/hwmon-sysfs.h> | 31 | #include <linux/hwmon-sysfs.h> |
| 32 | #include <linux/jiffies.h> | ||
| 32 | 33 | ||
| 33 | /* | 34 | /* |
| 34 | * This driver supports various Lineage Compact Power Line DC/DC and AC/DC | 35 | * This driver supports various Lineage Compact Power Line DC/DC and AC/DC |
diff --git a/drivers/hwmon/lm92.c b/drivers/hwmon/lm92.c index 2282d77e83e8..71626f3c8742 100644 --- a/drivers/hwmon/lm92.c +++ b/drivers/hwmon/lm92.c | |||
| @@ -48,6 +48,7 @@ | |||
| 48 | #include <linux/hwmon-sysfs.h> | 48 | #include <linux/hwmon-sysfs.h> |
| 49 | #include <linux/err.h> | 49 | #include <linux/err.h> |
| 50 | #include <linux/mutex.h> | 50 | #include <linux/mutex.h> |
| 51 | #include <linux/jiffies.h> | ||
| 51 | 52 | ||
| 52 | /* | 53 | /* |
| 53 | * The LM92 and MAX6635 have 2 two-state pins for address selection, | 54 | * The LM92 and MAX6635 have 2 two-state pins for address selection, |
diff --git a/drivers/hwmon/lm93.c b/drivers/hwmon/lm93.c index c3d4255ed154..1a003f73e4e4 100644 --- a/drivers/hwmon/lm93.c +++ b/drivers/hwmon/lm93.c | |||
| @@ -47,6 +47,7 @@ | |||
| 47 | #include <linux/hwmon-vid.h> | 47 | #include <linux/hwmon-vid.h> |
| 48 | #include <linux/err.h> | 48 | #include <linux/err.h> |
| 49 | #include <linux/delay.h> | 49 | #include <linux/delay.h> |
| 50 | #include <linux/jiffies.h> | ||
| 50 | 51 | ||
| 51 | /* LM93 REGISTER ADDRESSES */ | 52 | /* LM93 REGISTER ADDRESSES */ |
| 52 | 53 | ||
diff --git a/drivers/hwmon/ltc4151.c b/drivers/hwmon/ltc4151.c index 8496baa08bc8..4319a94f549d 100644 --- a/drivers/hwmon/ltc4151.c +++ b/drivers/hwmon/ltc4151.c | |||
| @@ -36,6 +36,7 @@ | |||
| 36 | #include <linux/i2c.h> | 36 | #include <linux/i2c.h> |
| 37 | #include <linux/hwmon.h> | 37 | #include <linux/hwmon.h> |
| 38 | #include <linux/hwmon-sysfs.h> | 38 | #include <linux/hwmon-sysfs.h> |
| 39 | #include <linux/jiffies.h> | ||
| 39 | 40 | ||
| 40 | /* chip registers */ | 41 | /* chip registers */ |
| 41 | #define LTC4151_SENSE_H 0x00 | 42 | #define LTC4151_SENSE_H 0x00 |
diff --git a/drivers/hwmon/ltc4215.c b/drivers/hwmon/ltc4215.c index 98b3d04f98b7..e8876108a6b3 100644 --- a/drivers/hwmon/ltc4215.c +++ b/drivers/hwmon/ltc4215.c | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | #include <linux/i2c.h> | 19 | #include <linux/i2c.h> |
| 20 | #include <linux/hwmon.h> | 20 | #include <linux/hwmon.h> |
| 21 | #include <linux/hwmon-sysfs.h> | 21 | #include <linux/hwmon-sysfs.h> |
| 22 | #include <linux/jiffies.h> | ||
| 22 | 23 | ||
| 23 | /* Here are names of the chip's registers (a.k.a. commands) */ | 24 | /* Here are names of the chip's registers (a.k.a. commands) */ |
| 24 | enum ltc4215_cmd { | 25 | enum ltc4215_cmd { |
diff --git a/drivers/hwmon/ltc4245.c b/drivers/hwmon/ltc4245.c index 52075914eb0b..3653f79dc2de 100644 --- a/drivers/hwmon/ltc4245.c +++ b/drivers/hwmon/ltc4245.c | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | #include <linux/i2c.h> | 21 | #include <linux/i2c.h> |
| 22 | #include <linux/hwmon.h> | 22 | #include <linux/hwmon.h> |
| 23 | #include <linux/hwmon-sysfs.h> | 23 | #include <linux/hwmon-sysfs.h> |
| 24 | #include <linux/jiffies.h> | ||
| 24 | #include <linux/i2c/ltc4245.h> | 25 | #include <linux/i2c/ltc4245.h> |
| 25 | 26 | ||
| 26 | /* Here are names of the chip's registers (a.k.a. commands) */ | 27 | /* Here are names of the chip's registers (a.k.a. commands) */ |
diff --git a/drivers/hwmon/ltc4261.c b/drivers/hwmon/ltc4261.c index 77476a575c4e..84a2d2872b20 100644 --- a/drivers/hwmon/ltc4261.c +++ b/drivers/hwmon/ltc4261.c | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #include <linux/i2c.h> | 33 | #include <linux/i2c.h> |
| 34 | #include <linux/hwmon.h> | 34 | #include <linux/hwmon.h> |
| 35 | #include <linux/hwmon-sysfs.h> | 35 | #include <linux/hwmon-sysfs.h> |
| 36 | #include <linux/jiffies.h> | ||
| 36 | 37 | ||
| 37 | /* chip registers */ | 38 | /* chip registers */ |
| 38 | #define LTC4261_STATUS 0x00 /* readonly */ | 39 | #define LTC4261_STATUS 0x00 /* readonly */ |
diff --git a/drivers/hwmon/pmbus/pmbus_core.c b/drivers/hwmon/pmbus/pmbus_core.c index 29b319db573e..94c92723b0dd 100644 --- a/drivers/hwmon/pmbus/pmbus_core.c +++ b/drivers/hwmon/pmbus/pmbus_core.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <linux/hwmon.h> | 27 | #include <linux/hwmon.h> |
| 28 | #include <linux/hwmon-sysfs.h> | 28 | #include <linux/hwmon-sysfs.h> |
| 29 | #include <linux/delay.h> | 29 | #include <linux/delay.h> |
| 30 | #include <linux/jiffies.h> | ||
| 30 | #include <linux/i2c/pmbus.h> | 31 | #include <linux/i2c/pmbus.h> |
| 31 | #include "pmbus.h" | 32 | #include "pmbus.h" |
| 32 | 33 | ||
diff --git a/drivers/hwmon/sht21.c b/drivers/hwmon/sht21.c index c2565d04cd4a..5f67546950b1 100644 --- a/drivers/hwmon/sht21.c +++ b/drivers/hwmon/sht21.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <linux/err.h> | 29 | #include <linux/err.h> |
| 30 | #include <linux/mutex.h> | 30 | #include <linux/mutex.h> |
| 31 | #include <linux/device.h> | 31 | #include <linux/device.h> |
| 32 | #include <linux/jiffies.h> | ||
| 32 | 33 | ||
| 33 | /* I2C command bytes */ | 34 | /* I2C command bytes */ |
| 34 | #define SHT21_TRIG_T_MEASUREMENT_HM 0xe3 | 35 | #define SHT21_TRIG_T_MEASUREMENT_HM 0xe3 |
diff --git a/drivers/hwmon/smm665.c b/drivers/hwmon/smm665.c index cbc51fb30dba..d9e1b7de78da 100644 --- a/drivers/hwmon/smm665.c +++ b/drivers/hwmon/smm665.c | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <linux/hwmon.h> | 24 | #include <linux/hwmon.h> |
| 25 | #include <linux/hwmon-sysfs.h> | 25 | #include <linux/hwmon-sysfs.h> |
| 26 | #include <linux/delay.h> | 26 | #include <linux/delay.h> |
| 27 | #include <linux/jiffies.h> | ||
| 27 | 28 | ||
| 28 | /* Internal reference voltage (VREF, x 1000 */ | 29 | /* Internal reference voltage (VREF, x 1000 */ |
| 29 | #define SMM665_VREF_ADC_X1000 1250 | 30 | #define SMM665_VREF_ADC_X1000 1250 |
diff --git a/drivers/hwmon/thmc50.c b/drivers/hwmon/thmc50.c index 080c26370480..3c2c48d904e6 100644 --- a/drivers/hwmon/thmc50.c +++ b/drivers/hwmon/thmc50.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include <linux/hwmon-sysfs.h> | 28 | #include <linux/hwmon-sysfs.h> |
| 29 | #include <linux/err.h> | 29 | #include <linux/err.h> |
| 30 | #include <linux/mutex.h> | 30 | #include <linux/mutex.h> |
| 31 | #include <linux/jiffies.h> | ||
| 31 | 32 | ||
| 32 | MODULE_LICENSE("GPL"); | 33 | MODULE_LICENSE("GPL"); |
| 33 | 34 | ||
diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c index 4e1ff82c63e0..b8777e54190a 100644 --- a/drivers/hwmon/tmp102.c +++ b/drivers/hwmon/tmp102.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/err.h> | 26 | #include <linux/err.h> |
| 27 | #include <linux/mutex.h> | 27 | #include <linux/mutex.h> |
| 28 | #include <linux/device.h> | 28 | #include <linux/device.h> |
| 29 | #include <linux/jiffies.h> | ||
| 29 | 30 | ||
| 30 | #define DRIVER_NAME "tmp102" | 31 | #define DRIVER_NAME "tmp102" |
| 31 | 32 | ||
diff --git a/drivers/hwmon/w83791d.c b/drivers/hwmon/w83791d.c index 93ea81a4bf35..39ab7bcc616e 100644 --- a/drivers/hwmon/w83791d.c +++ b/drivers/hwmon/w83791d.c | |||
| @@ -41,6 +41,7 @@ | |||
| 41 | #include <linux/hwmon-sysfs.h> | 41 | #include <linux/hwmon-sysfs.h> |
| 42 | #include <linux/err.h> | 42 | #include <linux/err.h> |
| 43 | #include <linux/mutex.h> | 43 | #include <linux/mutex.h> |
| 44 | #include <linux/jiffies.h> | ||
| 44 | 45 | ||
| 45 | #define NUMBER_OF_VIN 10 | 46 | #define NUMBER_OF_VIN 10 |
| 46 | #define NUMBER_OF_FANIN 5 | 47 | #define NUMBER_OF_FANIN 5 |
diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index 06d6f56d4f69..053645279f38 100644 --- a/drivers/hwmon/w83792d.c +++ b/drivers/hwmon/w83792d.c | |||
| @@ -44,6 +44,7 @@ | |||
| 44 | #include <linux/err.h> | 44 | #include <linux/err.h> |
| 45 | #include <linux/mutex.h> | 45 | #include <linux/mutex.h> |
| 46 | #include <linux/sysfs.h> | 46 | #include <linux/sysfs.h> |
| 47 | #include <linux/jiffies.h> | ||
| 47 | 48 | ||
| 48 | /* Addresses to scan */ | 49 | /* Addresses to scan */ |
| 49 | static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f, | 50 | static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f, |
diff --git a/drivers/hwmon/w83793.c b/drivers/hwmon/w83793.c index 4fc47e062071..99799fd1d917 100644 --- a/drivers/hwmon/w83793.c +++ b/drivers/hwmon/w83793.c | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | #include <linux/kref.h> | 46 | #include <linux/kref.h> |
| 47 | #include <linux/notifier.h> | 47 | #include <linux/notifier.h> |
| 48 | #include <linux/reboot.h> | 48 | #include <linux/reboot.h> |
| 49 | #include <linux/jiffies.h> | ||
| 49 | 50 | ||
| 50 | /* Default values */ | 51 | /* Default values */ |
| 51 | #define WATCHDOG_TIMEOUT 2 /* 2 minute default timeout */ | 52 | #define WATCHDOG_TIMEOUT 2 /* 2 minute default timeout */ |
diff --git a/drivers/hwmon/w83795.c b/drivers/hwmon/w83795.c index b813c646c7ca..2f01b7f54305 100644 --- a/drivers/hwmon/w83795.c +++ b/drivers/hwmon/w83795.c | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | #include <linux/err.h> | 35 | #include <linux/err.h> |
| 36 | #include <linux/mutex.h> | 36 | #include <linux/mutex.h> |
| 37 | #include <linux/delay.h> | 37 | #include <linux/delay.h> |
| 38 | #include <linux/jiffies.h> | ||
| 38 | 39 | ||
| 39 | /* Addresses to scan */ | 40 | /* Addresses to scan */ |
| 40 | static const unsigned short normal_i2c[] = { | 41 | static const unsigned short normal_i2c[] = { |
diff --git a/drivers/hwmon/w83l786ng.c b/drivers/hwmon/w83l786ng.c index c99c8a0473cf..f0e8286c3c70 100644 --- a/drivers/hwmon/w83l786ng.c +++ b/drivers/hwmon/w83l786ng.c | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #include <linux/hwmon-sysfs.h> | 33 | #include <linux/hwmon-sysfs.h> |
| 34 | #include <linux/err.h> | 34 | #include <linux/err.h> |
| 35 | #include <linux/mutex.h> | 35 | #include <linux/mutex.h> |
| 36 | #include <linux/jiffies.h> | ||
| 36 | 37 | ||
| 37 | /* Addresses to scan */ | 38 | /* Addresses to scan */ |
| 38 | static const unsigned short normal_i2c[] = { 0x2e, 0x2f, I2C_CLIENT_END }; | 39 | static const unsigned short normal_i2c[] = { 0x2e, 0x2f, I2C_CLIENT_END }; |
