From: Anton Vorontsov Date: Wed, 27 Oct 2010 22:33:16 +0000 (-0700) Subject: gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h X-Git-Tag: v2.6.37-rc1~85^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09cd9527d621640d4dd231dff77b681e711d8e4b;p=pandora-kernel.git gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h commit 7444a72effa632fcd8edc566f88 ("gpiolib: allow user-selection") removed HAVE_GPIO_LIB Kconfig symbol, but the header file still uses the name [to confuse readers wrt #ifdef/#else/#endif location]. The real Kconfig symbol nowadays is CONFIG_GPIOLIB. Signed-off-by: Anton Vorontsov Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed