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)
commit278c0621fbc4ef52177969edb6f07352da816fdb
tree1af11fc3f69948a0687df279255c754f5671bd99
parent981fc1b4b8cc6bfe8c6f0c07052e25738d959c68
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