From: Alexandre Courbot Date: Tue, 19 Nov 2013 01:37:29 +0000 (+0900) Subject: gpiolib: fix of_find_gpio() when OF not defined X-Git-Tag: v3.13-rc2~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209e64f9ed28e4e686c3dfb0ed89069849d679c6;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed