summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorJose Vasconcellos <jvasco@verizon.net>2009-02-16 13:43:14 +0000
committerJose Vasconcellos <jvasco@verizon.net>2009-02-16 13:43:14 +0000
commit6d6c39343adefd74ee5d27ccf91977c99f2cb8ec (patch)
tree5278ea94373ae4762dfd4998cd54e6f1b62fc394 /target
parente86bf4c86c1a462a858fed0cc191fd100d688e8f (diff)
downloadmtk-20170518-6d6c39343adefd74ee5d27ccf91977c99f2cb8ec.zip
mtk-20170518-6d6c39343adefd74ee5d27ccf91977c99f2cb8ec.tar.gz
mtk-20170518-6d6c39343adefd74ee5d27ccf91977c99f2cb8ec.tar.bz2
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.patch2
-rw-r--r--target/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch2
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 c34fd6a..1836130 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 550b54f..e6013d7 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>