On Wed, Jul 22, 2015 at 03:30:56PM +0100, Build bot for Mark Brown wrote:
For the past couple of days linux-next has failed to build an ARM allmodconfig due to:
ERROR: "irq_get_irqchip_state" [drivers/pinctrl/qcom/pinctrl-ssbi-mpp.ko] undefined! ERROR: "irq_get_irqchip_state" [drivers/pinctrl/qcom/pinctrl-ssbi-gpio.ko] undefined!
This is due to b4c45fe974bc5f (pinctrl: qcom: ssbi: Family A gpio & mpp drivers) and b4c45fe974bc (pinctrl: qcom: ssbi: Family A gpio & mpp drivers). That function isn't exported so can't be used from modules, I expect the fix is to add the apprpriate exports.