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/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch | |
parent | e86bf4c86c1a462a858fed0cc191fd100d688e8f (diff) | |
download | mtk-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/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.28/310-gtwx5717_spi_bus.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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> |