pinctrl: ifdef CONFIG_DEBUG_FS cleanup
authorStephen Warren <swarren@nvidia.com>
Wed, 11 Apr 2012 22:45:45 +0000 (16:45 -0600)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 18 Apr 2012 11:53:12 +0000 (13:53 +0200)
commitc736d73c9e6d9849ecb08c34c1d3917b210e8f38
tree245a0179276b9217258ae848a8e777f53473a5f5
parent630e2d0494f001cc3c435cac374f92e4bde0f518
pinctrl: ifdef CONFIG_DEBUG_FS cleanup

Only provide prototypes for pin{mux,conf}.c debugfs-related functions
when both CONFIG_PIN* /and/ CONFIG_DEBUG_FS are enabled, otherwise
provide static inlines.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinconf.h
drivers/pinctrl/pinmux.h