From: Paul Gortmaker Date: Mon, 18 Jul 2011 20:05:10 +0000 (-0400) Subject: drivers/hwmon: add module.h to ultra45_env.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=31a1a1526d5b6f45aaed3e225a4751dce930736f;p=deliverable%2Flinux.git 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 --- 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 #include #include +#include #include #include #include