diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:50:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:50:02 +0000 |
commit | c9139c150cd5778acce108d44af8c214ce1628db (patch) | |
tree | 3a32b50d51e9d2a2ac60ea78757b0dcfc8b0c6db /target/linux/cns3xxx/patches-3.3/052-cns3xxx_spi.patch | |
parent | 7cd4968d0efaa0a7ac739c4ec8b7498840b309de (diff) | |
download | upstream-c9139c150cd5778acce108d44af8c214ce1628db.tar.gz upstream-c9139c150cd5778acce108d44af8c214ce1628db.tar.bz2 upstream-c9139c150cd5778acce108d44af8c214ce1628db.zip |
cns3xxx: reorganize patches, fix pcie io space init order
SVN-Revision: 33486
Diffstat (limited to 'target/linux/cns3xxx/patches-3.3/052-cns3xxx_spi.patch')
-rw-r--r-- | target/linux/cns3xxx/patches-3.3/052-cns3xxx_spi.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/052-cns3xxx_spi.patch b/target/linux/cns3xxx/patches-3.3/052-cns3xxx_spi.patch index 2818b49542..bdaee06ea5 100644 --- a/target/linux/cns3xxx/patches-3.3/052-cns3xxx_spi.patch +++ b/target/linux/cns3xxx/patches-3.3/052-cns3xxx_spi.patch @@ -478,7 +478,7 @@ +EXPORT_SYMBOL_GPL(cns3xxx_spi_tx_rx); --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h -@@ -457,6 +457,13 @@ struct spi_transfer { +@@ -508,6 +508,13 @@ struct spi_transfer { u32 speed_hz; struct list_head transfer_list; |