From: Mark Brown Date: Tue, 11 Oct 2011 12:59:13 +0000 (+0100) Subject: regulator: Add module.h include to gpio-regulator X-Git-Tag: firefly_0821_release~3680^2~4245^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ecc37edf7b670616a9dc78a0bdd4911a22d551ec;p=firefly-linux-kernel-4.4.55.git regulator: Add module.h include to gpio-regulator Reported-by: Stephen Rothwell Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c index abf32ad6f573..f0acf52498bd 100644 --- a/drivers/regulator/gpio-regulator.c +++ b/drivers/regulator/gpio-regulator.c @@ -24,6 +24,7 @@ #include #include +#include #include #include #include