]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpiolib-of: staticize the pin range calls
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 6 Nov 2012 13:58:55 +0000 (14:58 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Nov 2012 12:52:38 +0000 (13:52 +0100)
commitee9b43537b18bf7bb643b735cba8f0f1aeb969a2
treee2c1d916f7a8d8eb564cbb7459338b65a250d48b
parent0e2ec244cc88ed5b4868f25878c1f1c9ae2b246e
gpiolib-of: staticize the pin range calls

Commit 69e1601bca88809dc118abd1becb02c15a02ec71
"gpiolib: provide provision to register pin ranges"

Declared the of_gpiochip_[add|remove]_pin_range() global
while they should be static as they are only ever used in
this file. Let's convert them to static.

Reviewed-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib-of.c