update the gpiolib patch
authorImre Kaloz <kaloz@openwrt.org>
Tue, 2 Nov 2010 12:20:58 +0000 (12:20 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Tue, 2 Nov 2010 12:20:58 +0000 (12:20 +0000)
SVN-Revision: 23775

target/linux/ixp4xx/patches-2.6.36/402-ixp4xx_gpiolib.patch

index 52255071379afcc60bc32383453f6b7a8f13d448..f8e9df544e7f566405a2d24ad6db26b5c7a669d6 100644 (file)
  
 --- a/arch/arm/Kconfig
 +++ b/arch/arm/Kconfig
-@@ -435,6 +435,7 @@ config ARCH_IXP4XX
+@@ -431,7 +431,7 @@ config ARCH_IXP4XX
+       bool "IXP4xx-based"
+       depends on MMU
        select CPU_XSCALE
-       select GENERIC_GPIO
-       select GENERIC_CLOCKEVENTS
+-      select GENERIC_GPIO
 +      select ARCH_REQUIRE_GPIOLIB
+       select GENERIC_CLOCKEVENTS
+       select DMABOUNCE if PCI
        help
-         Support for Intel's IXP4XX (XScale) family of processors.
 --- a/arch/arm/mach-ixp4xx/include/mach/gpio.h
 +++ b/arch/arm/mach-ixp4xx/include/mach/gpio.h
 @@ -27,47 +27,31 @@