gpio: tegra: Staticize non-exported symbols
authorAxel Lin <axel.lin@ingics.com>
Thu, 8 Nov 2012 02:45:24 +0000 (10:45 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Nov 2012 21:33:58 +0000 (22:33 +0100)
commit924a09873c658a23e416258c6f81348cba2cfe87
tree27ac6053f94842f174b2066e601ec1a75500a790
parent8939ddc76a2f3399be98a60246ae0b365442f008
gpio: tegra: Staticize non-exported symbols

Both tegra_gpio_request() and tegra_gpio_free() are not referenced outside of
this file, make them static.

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