]> git.karo-electronics.de Git - karo-tx-linux.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)
commitbda7c4c2b9767ce2af4394754498662d62079af5
tree36a547c9418626ec18200e974e8c424e363ffc6d
parentce6c1cd2c324c027de87d6c249298c9f93463ee8
pinctrl: qcom: make PMIC drivers bool

commit ab4256cfeab91569e1d96e7f0014538fe0845259
"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