]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: qcom: make PMIC drivers bool
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Dec 2015 12:27:04 +0000 (13:27 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Dec 2015 12:27:04 +0000 (13:27 +0100)
commitf85057cbd9ccad4fe3d57f7bb53f6c636f486f00
tree36a547c9418626ec18200e974e8c424e363ffc6d
parent12a180c01bb2ec407865b76b46ee32923b532ecb
pinctrl: qcom: make PMIC drivers bool

commit aec499714f863c2dff1dd1479a4b5bc47704add4
"pinctrl: qcom: pmic-gpio/mpp: of_irq_count() == npins"
made the Qualcomm PMIC pin control drivers make use of
of_irq_count() which is not an exported function, making
modular builds fail.

Fix this by marking the drivers as compiled-in/bool.

Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Andy Gross <andy.gross@linaro.org>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/Kconfig