diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-18 16:05:10 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:47 -0400 |
commit | 31a1a1526d5b6f45aaed3e225a4751dce930736f (patch) | |
tree | caf411aed1153add871f1f40c27b09d151db1664 /drivers/hwmon | |
parent | bb207ef1e84ffc4afe89f3a5b84788bac0f968e7 (diff) |
drivers/hwmon: add module.h to ultra45_env.c
This file needs the full module.h header and up to now was just
implicitly capitalizing on it being present already.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/hwmon')
-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 27a62711e0a6..3cd07bf42dca 100644 --- a/drivers/hwmon/ultra45_env.c +++ b/drivers/hwmon/ultra45_env.c | |||
@@ -6,6 +6,7 @@ | |||
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
7 | #include <linux/types.h> | 7 | #include <linux/types.h> |
8 | #include <linux/slab.h> | 8 | #include <linux/slab.h> |
9 | #include <linux/module.h> | ||
9 | #include <linux/of_device.h> | 10 | #include <linux/of_device.h> |
10 | #include <linux/io.h> | 11 | #include <linux/io.h> |
11 | #include <linux/hwmon.h> | 12 | #include <linux/hwmon.h> |