summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/thmc50.c
diff options
context:
space:
mode:
authorJean Delvare2012-10-10 15:25:56 +0200
committerJean Delvare2012-10-10 15:25:56 +0200
commitdcd8f39230b9f724ba4f55f14ed2bb8119204385 (patch)
tree73f6aa181eaa9083447fc04af28fbdc3f5d775eb /drivers/hwmon/thmc50.c
parenthwmon: Fix spelling of Celsius (diff)
downloadkernel-qcow2-linux-dcd8f39230b9f724ba4f55f14ed2bb8119204385.tar.gz
kernel-qcow2-linux-dcd8f39230b9f724ba4f55f14ed2bb8119204385.tar.xz
kernel-qcow2-linux-dcd8f39230b9f724ba4f55f14ed2bb8119204385.zip
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/thmc50.c')
-rw-r--r--drivers/hwmon/thmc50.c1
1 files changed, 1 insertions, 0 deletions
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 @@
#include <linux/hwmon-sysfs.h>
#include <linux/err.h>
#include <linux/mutex.h>
+#include <linux/jiffies.h>
MODULE_LICENSE("GPL");