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 | fa845740cbc565d8f52c32973bb598743eb0d995 (patch) | |
tree | 6015e01b2858271ccdbb5dd20f7996eff585db47 /drivers/hwmon/ultra45_env.c | |
parent | dcd8f39230b9f724ba4f55f14ed2bb8119204385 (diff) |
hwmon: Add missing inclusions of <linux/err.h>
These drivers use IS_ERR so they should include <linux/err.h>.
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: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'drivers/hwmon/ultra45_env.c')
-rw-r--r-- | drivers/hwmon/ultra45_env.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/ultra45_env.c b/drivers/hwmon/ultra45_env.c index c315c59f61fe..44136bb6d045 100644 --- a/drivers/hwmon/ultra45_env.c +++ b/drivers/hwmon/ultra45_env.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <linux/io.h> | 12 | #include <linux/io.h> |
13 | #include <linux/hwmon.h> | 13 | #include <linux/hwmon.h> |
14 | #include <linux/hwmon-sysfs.h> | 14 | #include <linux/hwmon-sysfs.h> |
15 | #include <linux/err.h> | ||
15 | 16 | ||
16 | #define DRV_MODULE_VERSION "0.1" | 17 | #define DRV_MODULE_VERSION "0.1" |
17 | 18 | ||