diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-10-10 09:25:56 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-10-10 09:25:56 -0400 |
commit | dcd8f39230b9f724ba4f55f14ed2bb8119204385 (patch) | |
tree | 73f6aa181eaa9083447fc04af28fbdc3f5d775eb /drivers/hwmon/lm93.c | |
parent | 4d7e47bc83438e366195512fde34015b30ec5921 (diff) |
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/lm93.c')
-rw-r--r-- | drivers/hwmon/lm93.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 | ||