From: Randy Dunlap Date: Wed, 15 Jun 2011 00:05:11 +0000 (-0700) Subject: gpio: add GPIOF_ values regardless on kconfig settings X-Git-Tag: v3.0-rc4~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c001fb72a7b705f902bdfdd05b5d2408efe6f848;p=pandora-kernel.git gpio: add GPIOF_ values regardless on kconfig settings Make GPIOF_ defined values available even when GPIOLIB nor GENERIC_GPIO is enabled by moving them to . Fixes these build errors in linux-next: sound/soc/codecs/ak4641.c:524: error: 'GPIOF_OUT_INIT_LOW' undeclared (first use in this function) sound/soc/codecs/wm8915.c:2921: error: 'GPIOF_OUT_INIT_LOW' undeclared (first use in this function) Signed-off-by: Randy Dunlap Signed-off-by: Grant Likely --- Reading git-diff-tree failed