[brcm63xx] do not duplicate fifo_size, since RX and TX fifo sizes are the same, reque...
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / bcm63xx_dev_spi.h
index 879580fc9d6e28296746f878d9d99891c53808e4..cfa79bf94bbf3eba6d2458d81086357436d123b7 100644 (file)
@@ -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;