diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-03-11 10:32:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-03-11 10:32:44 +0000 |
commit | 8065eb4a551f4c2874a761325a0a83ef6784784d (patch) | |
tree | 0bbc791b23e08a9140e164341aec40d5aa4395c6 /target/linux/brcm63xx/files/include | |
parent | 51125fb616aef134ddd538021aea53b570a5c0a3 (diff) | |
download | mtk-20170518-8065eb4a551f4c2874a761325a0a83ef6784784d.zip mtk-20170518-8065eb4a551f4c2874a761325a0a83ef6784784d.tar.gz mtk-20170518-8065eb4a551f4c2874a761325a0a83ef6784784d.tar.bz2 |
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')
-rw-r--r-- | target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h | 3 |
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 879580f..cfa79bf 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; |