]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc8945ae2e2afc415196ad222faaf1860f1c2197b
tree245a0179276b9217258ae848a8e777f53473a5f5
parent6887b4090bac288b2f3259a9fe82d751827104a3
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