]> Git Repo - linux.git/commit - drivers/hwmon/hih6130.c
hwmon: Add missing inclusions of <linux/jiffies.h>
authorJean Delvare <[email protected]>
Wed, 10 Oct 2012 13:25:56 +0000 (15:25 +0200)
committerJean Delvare <[email protected]>
Wed, 10 Oct 2012 13:25:56 +0000 (15:25 +0200)
commitdcd8f39230b9f724ba4f55f14ed2bb8119204385
tree73f6aa181eaa9083447fc04af28fbdc3f5d775eb
parent4d7e47bc83438e366195512fde34015b30ec5921
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 <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Acked-by: Luca Tettamanti <[email protected]>
Cc: Marc Hulsman <[email protected]>
Cc: Rudolf Marek <[email protected]>
24 files changed:
drivers/hwmon/adm9240.c
drivers/hwmon/adt7475.c
drivers/hwmon/asus_atk0110.c
drivers/hwmon/emc1403.c
drivers/hwmon/hih6130.c
drivers/hwmon/i5k_amb.c
drivers/hwmon/ina2xx.c
drivers/hwmon/lineage-pem.c
drivers/hwmon/lm92.c
drivers/hwmon/lm93.c
drivers/hwmon/ltc4151.c
drivers/hwmon/ltc4215.c
drivers/hwmon/ltc4245.c
drivers/hwmon/ltc4261.c
drivers/hwmon/pmbus/pmbus_core.c
drivers/hwmon/sht21.c
drivers/hwmon/smm665.c
drivers/hwmon/thmc50.c
drivers/hwmon/tmp102.c
drivers/hwmon/w83791d.c
drivers/hwmon/w83792d.c
drivers/hwmon/w83793.c
drivers/hwmon/w83795.c
drivers/hwmon/w83l786ng.c
This page took 0.05863 seconds and 4 git commands to generate.