gpio: tegra: Drop exporting static functions
authorAxel Lin <axel.lin@ingics.com>
Thu, 8 Nov 2012 02:47:02 +0000 (10:47 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Nov 2012 21:35:31 +0000 (22:35 +0100)
commit65b6ca466748a8e0a906e40a470e1582bc565d79
tree7eaa89d71156b24b97055633ff4e06a3c8bbfe4f
parent924a09873c658a23e416258c6f81348cba2cfe87
gpio: tegra: Drop exporting static functions

Both tegra_gpio_enable() and tegra_gpio_disable() are static functions, it does
not make sense to export them.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tegra.c