]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Make board information explicitly Falcon-specific
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 23 Nov 2009 16:05:12 +0000 (16:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 18:58:42 +0000 (10:58 -0800)
commit08f34918427b2ef04a06fcf41d399d5b54fb3295
tree1af11fc3f69948a0687df279255c754f5671bd99
parent35e687038b3809cfe4b6a30f17e34de5034a79e1
sfc: Make board information explicitly Falcon-specific

Rename struct efx_board to struct falcon_board.

Introduce and use inline function to look up board info from struct
efx_nic, in preparation for moving it.

Move board init and fini calls into NIC probe and remove functions.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/efx.c
drivers/net/sfc/ethtool.c
drivers/net/sfc/falcon.c
drivers/net/sfc/falcon.h
drivers/net/sfc/falcon_boards.c
drivers/net/sfc/net_driver.h
drivers/net/sfc/qt202x_phy.c
drivers/net/sfc/tenxpress.c