aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-18 16:05:10 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:47 -0400
commit31a1a1526d5b6f45aaed3e225a4751dce930736f (patch)
treecaf411aed1153add871f1f40c27b09d151db1664 /drivers/hwmon
parentbb207ef1e84ffc4afe89f3a5b84788bac0f968e7 (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.c1
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>