ixp4xx: fix the i2c pld driver for 2.6.37 - i2c uses a rt_mutex instead of a mutex now
[openwrt/svn-archive/archive.git] / 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 @@