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-Tag: next-20110812~2^2~69 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dfd4039b15c0bfe51a67a461ea0215e7a704caaf;p=karo-tx-linux.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