]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/gpio: include <module.h> for modular crystalcove code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 2 May 2015 00:02:30 +0000 (20:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:25 +0000 (14:12 -0400)
commitade52af9e13a584aa4c54bb3fce71b2bad5b0a35
tree95329320f9c281acdfe0f7bf70d675947135dcb0
parenta0c4dfeedea8155c2c217c19721ca3e4696cbcfb
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>
drivers/gpio/gpio-crystalcove.c