diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-10-11 17:39:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-09 14:34:32 -0500 |
commit | 0e9637a2b1d42761dddeaad4dcf3c09cb34e5db5 (patch) | |
tree | ab5e1f8851046ceb22bc504d0b2150bf9abca2d1 /drivers/pinctrl/pinctrl-u300.c | |
parent | 717991ddefe125a0f68f10b44bd7178e2208fdfd (diff) |
pinctrl: qcom: ssbi: fix compilation with DEBUG_FS=n
commit 11091fb0a1227d569d09353e1ce1f88694a033dc upstream.
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 <jogo@openwrt.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-u300.c')
0 files changed, 0 insertions, 0 deletions