summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-06-19 11:51:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-06-19 11:51:15 +0000
commite6a10d5cddce38334a015f4d43bc0852999e609b (patch)
treeb61d099255315a03523d412e2dc040af22a11538 /target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch
parent86c6543259e1ea3c928dd88d5396fe5d43333c65 (diff)
downloadmaster-31e0f0ae-e6a10d5cddce38334a015f4d43bc0852999e609b.tar.gz
master-31e0f0ae-e6a10d5cddce38334a015f4d43bc0852999e609b.tar.bz2
master-31e0f0ae-e6a10d5cddce38334a015f4d43bc0852999e609b.zip
ar71xx: refresh patches
SVN-Revision: 32458
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch')
-rw-r--r--target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch b/target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch
index 3c7e98169d..850f24a07a 100644
--- a/target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch
+++ b/target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch
@@ -1,6 +1,6 @@
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
-@@ -355,6 +355,12 @@ extern struct spi_master *spi_busnum_to_
+@@ -406,6 +406,12 @@ extern struct spi_master *spi_busnum_to_
/*---------------------------------------------------------------------------*/
@@ -13,7 +13,7 @@
/*
* I/O INTERFACE between SPI controller and protocol drivers
*
-@@ -457,6 +463,7 @@ struct spi_transfer {
+@@ -508,6 +514,7 @@ struct spi_transfer {
u8 bits_per_word;
u16 delay_usecs;
u32 speed_hz;