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 | 4b5f21833cb090fe7893e7604823ef3676a11ee6 (patch) | |
tree | d2346dc184af170e0d750edad50c83619b1a2945 /target/linux/brcm63xx/files/include | |
parent | 6ee24eaca75534ebb98802820e6ef170dd72d0c5 (diff) | |
download | upstream-4b5f21833cb090fe7893e7604823ef3676a11ee6.tar.gz upstream-4b5f21833cb090fe7893e7604823ef3676a11ee6.tar.bz2 upstream-4b5f21833cb090fe7893e7604823ef3676a11ee6.zip |
[brcm63xx] do not duplicate fifo_size, since RX and TX fifo sizes are the same, request_mem_region on the registers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14848 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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; |