summaryrefslogtreecommitdiff
path: root/drivers/hwmon/w83792d.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2012-10-10 13:25:56 (GMT)
committerJean Delvare <khali@endymion.delvare>2012-10-10 13:25:56 (GMT)
commitdcd8f39230b9f724ba4f55f14ed2bb8119204385 (patch)
tree73f6aa181eaa9083447fc04af28fbdc3f5d775eb /drivers/hwmon/w83792d.c
parent4d7e47bc83438e366195512fde34015b30ec5921 (diff)
downloadlinux-fsl-qoriq-dcd8f39230b9f724ba4f55f14ed2bb8119204385.tar.xz
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>
Diffstat (limited to 'drivers/hwmon/w83792d.c')
-rw-r--r--drivers/hwmon/w83792d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c
index 06d6f56..0536452 100644
--- a/drivers/hwmon/w83792d.c
+++ b/drivers/hwmon/w83792d.c
@@ -44,6 +44,7 @@
#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/sysfs.h>
+#include <linux/jiffies.h>
/* Addresses to scan */
static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, 0x2f,