From: Paul Gortmaker Date: Sat, 2 May 2015 00:02:30 +0000 (-0400) Subject: drivers/gpio: include for modular crystalcove code X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ade52af9e13a584aa4c54bb3fce71b2bad5b0a35;p=deliverable%2Flinux.git drivers/gpio: include for modular crystalcove 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: Linus Walleij Cc: Alexandre Courbot Cc: linux-gpio@vger.kernel.org Signed-off-by: Paul Gortmaker --- diff --git a/drivers/gpio/gpio-crystalcove.c b/drivers/gpio/gpio-crystalcove.c index 91a7ffe83135..cf28ec525e93 100644 --- a/drivers/gpio/gpio-crystalcove.c +++ b/drivers/gpio/gpio-crystalcove.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include