diff options
author | Jose Vasconcellos <jvasco@verizon.net> | 2009-02-16 13:43:14 +0000 |
---|---|---|
committer | Jose Vasconcellos <jvasco@verizon.net> | 2009-02-16 13:43:14 +0000 |
commit | 6d6c39343adefd74ee5d27ccf91977c99f2cb8ec (patch) | |
tree | 5278ea94373ae4762dfd4998cd54e6f1b62fc394 /target | |
parent | e86bf4c86c1a462a858fed0cc191fd100d688e8f (diff) | |
download | upstream-6d6c39343adefd74ee5d27ccf91977c99f2cb8ec.tar.gz upstream-6d6c39343adefd74ee5d27ccf91977c99f2cb8ec.tar.bz2 upstream-6d6c39343adefd74ee5d27ccf91977c99f2cb8ec.zip |
Switch to old SPI GPIO implementation.
SVN-Revision: 14529
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.28/185-mi424wr_support.patch | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.28/185-mi424wr_support.patch b/target/linux/ixp4xx/patches-2.6.28/185-mi424wr_support.patch index c34fd6a216..1836130f5d 100644 --- a/target/linux/ixp4xx/patches-2.6.28/185-mi424wr_support.patch +++ b/target/linux/ixp4xx/patches-2.6.28/185-mi424wr_support.patch @@ -108,7 +108,7 @@ +#include <linux/types.h> +#include <linux/memory.h> +#include <linux/leds.h> -+#include <linux/spi/spi_gpio.h> ++#include <linux/spi/spi_gpio_old.h> + +#include <asm/setup.h> +#include <asm/irq.h> diff --git a/target/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch b/target/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch index 550b54fd33..e6013d7589 100644 --- a/target/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch +++ b/target/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch @@ -4,7 +4,7 @@ #include <linux/serial_8250.h> #include <linux/slab.h> -+#include <linux/spi/spi_gpio.h> ++#include <linux/spi/spi_gpio_old.h> + #include <asm/types.h> #include <asm/setup.h> |