diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 11:51:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 11:51:15 +0000 |
commit | e6a10d5cddce38334a015f4d43bc0852999e609b (patch) | |
tree | b61d099255315a03523d412e2dc040af22a11538 /target/linux/ar71xx/patches-3.3/431-spi-add-various-flags.patch | |
parent | 86c6543259e1ea3c928dd88d5396fe5d43333c65 (diff) | |
download | upstream-e6a10d5cddce38334a015f4d43bc0852999e609b.tar.gz upstream-e6a10d5cddce38334a015f4d43bc0852999e609b.tar.bz2 upstream-e6a10d5cddce38334a015f4d43bc0852999e609b.zip |
ar71xx: refresh patches
SVN-Revision: 32458
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/431-spi-add-various-flags.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/431-spi-add-various-flags.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.3/431-spi-add-various-flags.patch b/target/linux/ar71xx/patches-3.3/431-spi-add-various-flags.patch index 722f659801..67ba43f0cd 100644 --- a/target/linux/ar71xx/patches-3.3/431-spi-add-various-flags.patch +++ b/target/linux/ar71xx/patches-3.3/431-spi-add-various-flags.patch @@ -1,6 +1,6 @@ --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h -@@ -452,6 +452,8 @@ struct spi_transfer { +@@ -503,6 +503,8 @@ struct spi_transfer { dma_addr_t rx_dma; unsigned cs_change:1; @@ -9,7 +9,7 @@ u8 bits_per_word; u16 delay_usecs; u32 speed_hz; -@@ -493,6 +495,7 @@ struct spi_message { +@@ -544,6 +546,7 @@ struct spi_message { struct spi_device *spi; unsigned is_dma_mapped:1; |