diff options
Diffstat (limited to 'drivers/hwmon/w83792d.c')
| -rw-r--r-- | drivers/hwmon/w83792d.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index 06d6f56d4f6..053645279f3 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,  |