summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-03-11 10:32:44 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-03-11 10:32:44 +0000
commit8065eb4a551f4c2874a761325a0a83ef6784784d (patch)
tree0bbc791b23e08a9140e164341aec40d5aa4395c6 /target/linux/brcm63xx/files/include/asm-mips
parent51125fb616aef134ddd538021aea53b570a5c0a3 (diff)
downloadmaster-31e0f0ae-8065eb4a551f4c2874a761325a0a83ef6784784d.tar.gz
master-31e0f0ae-8065eb4a551f4c2874a761325a0a83ef6784784d.tar.bz2
master-31e0f0ae-8065eb4a551f4c2874a761325a0a83ef6784784d.zip
do not duplicate fifo_size, since RX and TX fifo sizes are the same, request_mem_region on the registers
SVN-Revision: 14848
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h
index 879580fc9d..cfa79bf94b 100644
--- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h
+++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h
@@ -6,8 +6,7 @@
int __init bcm63xx_spi_register(void);
struct bcm63xx_spi_pdata {
- unsigned int msg_fifo_size;
- unsigned int rx_fifo_size;
+ unsigned int fifo_size;
int bus_num;
int num_chipselect;
u32 speed_hz;