]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/regulator: include <module.h> for modular max77802 code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 2 May 2015 00:02:31 +0000 (20:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:26 +0000 (14:12 -0400)
commit3db75837ca04a568f6a039f3c672dea2be62e4dd
tree14889979d908d6e3747b00996631d1810098166a
parent81b165839b7783ccc9cb35d1028fb720abf1acc3
drivers/regulator: include <module.h> 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 <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/regulator/max77802.c