gpiolib: fix of_find_gpio() when OF not defined
authorAlexandre Courbot <acourbot@nvidia.com>
Tue, 19 Nov 2013 01:37:29 +0000 (10:37 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 25 Nov 2013 08:03:13 +0000 (09:03 +0100)
commit209e64f9ed28e4e686c3dfb0ed89069849d679c6
tree0e44447ae705616647e97824550a656ceb4fe6e4
parent61c6375d55235e67d15b4a12cfe90d02710cef5e
gpiolib: fix of_find_gpio() when OF not defined

The prototype for static GPIO lookup functions has been updated to use
an explicit type for GPIO lookup flags. Unfortunately the definition of
of_find_gpio() when CONFIG_OF is not defined has been omitted, which
triggers a warning. This patch fixes this.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c