aboutsummaryrefslogtreecommitdiffstats
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
commita0528dce26d7d955e3b56a930291c8ec7c2f83fb (patch)
tree39305fb261a8979db098343fb21fecbd79060db6 /target/linux/ar71xx/patches-3.3/461-spi-add-type-field-to-spi_transfer.patch
parent5745a7b08d925319d5a51afeeea7f72bb8c8879e (diff)
downloadupstream-a0528dce26d7d955e3b56a930291c8ec7c2f83fb.tar.gz
upstream-a0528dce26d7d955e3b56a930291c8ec7c2f83fb.tar.bz2
upstream-a0528dce26d7d955e3b56a930291c8ec7c2f83fb.zip
ar71xx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32458 3c298f89-4303-0410-b956-a3cf2f4a3e73
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;