diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-19 00:05:10 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:31:47 +0400 |
commit | 31a1a1526d5b6f45aaed3e225a4751dce930736f (patch) | |
tree | caf411aed1153add871f1f40c27b09d151db1664 /drivers/hwmon | |
parent | bb207ef1e84ffc4afe89f3a5b84788bac0f968e7 (diff) | |
download | linux-31a1a1526d5b6f45aaed3e225a4751dce930736f.tar.xz |
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 @@ #include <linux/kernel.h> #include <linux/types.h> #include <linux/slab.h> +#include <linux/module.h> #include <linux/of_device.h> #include <linux/io.h> #include <linux/hwmon.h> |