From: Paul Gortmaker Date: Sat, 2 May 2015 00:02:31 +0000 (-0400) Subject: drivers/regulator: include for modular max77802 code X-Git-Tag: v4.2-rc1~42^2~5 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ca1c8e93c37e5a5e27e6149cd3612eb2247e0e4a;p=linux.git drivers/regulator: include for modular max77802 code This file is built off of a tristate Kconfig option and also contains modular function calls so it should explicitly include module.h to avoid compile breakage during header shuffles done in the future. Cc: Liam Girdwood Cc: Mark Brown Signed-off-by: Paul Gortmaker --- diff --git a/drivers/regulator/max77802.c b/drivers/regulator/max77802.c index 6af41abccacb..c07ee13bd470 100644 --- a/drivers/regulator/max77802.c +++ b/drivers/regulator/max77802.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include