diff options
Diffstat (limited to 'drivers/hwmon/sht21.c')
-rw-r--r-- | drivers/hwmon/sht21.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/sht21.c b/drivers/hwmon/sht21.c index c2565d04cd4a..5f67546950b1 100644 --- a/drivers/hwmon/sht21.c +++ b/drivers/hwmon/sht21.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <linux/err.h> | 29 | #include <linux/err.h> |
30 | #include <linux/mutex.h> | 30 | #include <linux/mutex.h> |
31 | #include <linux/device.h> | 31 | #include <linux/device.h> |
32 | #include <linux/jiffies.h> | ||
32 | 33 | ||
33 | /* I2C command bytes */ | 34 | /* I2C command bytes */ |
34 | #define SHT21_TRIG_T_MEASUREMENT_HM 0xe3 | 35 | #define SHT21_TRIG_T_MEASUREMENT_HM 0xe3 |