MIPS: Alchemy: add gpio_request/gpio_free stubs for CONFIG_GPIOLIB=n
authorManuel Lauss <manuel.lauss@googlemail.com>
Fri, 28 Aug 2009 09:26:58 +0000 (11:26 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Sep 2009 18:07:42 +0000 (20:07 +0200)
Some drivers use gpio_request/gpio_free regardless of whether
gpiolib is actually built;  add stubs to work around the ensuing
compile failures.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Tested-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found