diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-10-11 17:39:31 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-16 22:35:52 +0200 |
commit | 11091fb0a1227d569d09353e1ce1f88694a033dc (patch) | |
tree | b2f9d37244679b3fb7b85b73bb3c3e63bb20b093 /mm/slab.h | |
parent | 3fa508cd233da76eb00377440600f53eebfec08a (diff) | |
download | linux-11091fb0a1227d569d09353e1ce1f88694a033dc.tar.bz2 |
pinctrl: qcom: ssbi: fix compilation with DEBUG_FS=n
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>
Diffstat (limited to 'mm/slab.h')
0 files changed, 0 insertions, 0 deletions