On Sun, Oct 11, 2015 at 5:39 PM, Jonas Gorski <[email protected]> wrote:

> The DEBUG_FS=n #defines for the dbg_show functions were missed when
> renaming the driver from msm_ to pm8xxx_, causing it to break the build
> when DEBUG_FS isn't enabled:
>
>   CC [M]  drivers/pinctrl/qcom/pinctrl-ssbi-gpio.o
> drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c:597:14: error: 
> ‘pm8xxx_gpio_dbg_show’ undeclared here (not in a function)
>   .dbg_show = pm8xxx_gpio_dbg_show,
>
> Fix this by renaming them correctly.
>
> Fixes: b4c45fe974bc ("pinctrl: qcom: ssbi: Family A gpio & mpp drivers")
> Signed-off-by: Jonas Gorski <[email protected]>

Patch applied with Björn's ACK.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to