]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/gpio: include <module.h> for modular crystalcove code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 1 May 2015 01:47:39 +0000 (21:47 -0400)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 May 2015 07:37:42 +0000 (09:37 +0200)
commitefd9ee6dbb7fe2782d962a0d03f76bc471d0553d
treed9a643a3929bba79f29df70f709d3daedb404ac3
parentd7a73b3fb4d28f65722996949b9e2007abb0c882
drivers/gpio: include <module.h> 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 <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-crystalcove.c