2
0
forked from Ivasoft/openwrt

do not duplicate fifo_size, since RX and TX fifo sizes are the same, request_mem_region on the registers

SVN-Revision: 14848
This commit is contained in:
Florian Fainelli
2009-03-11 10:32:44 +00:00
parent 51125fb616
commit 8065eb4a55
3 changed files with 17 additions and 17 deletions

View 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;