From: Linus Walleij Date: Tue, 19 Aug 2014 17:00:53 +0000 (-0500) Subject: gpio: move GPIOD flags outside #ifdef X-Git-Tag: omap-for-v3.17/fixes-against-rc2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b84f6a97f7f8811e0636836734809ff52cad43;p=pandora-kernel.git gpio: move GPIOD flags outside #ifdef The GPIOD flags are defined inside the #ifdef CONFIG_GPIOLIB switch, making the gpiolib stubs fail if these flags are used by a consumer. This is not correct: the stubs should compile fine without GPIOLIB. Reported-by: Ulf Hansson Reviewed-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed