mv643xx_eth: move port_receive() into its only caller
authorLennert Buytenhek <buytenh@wantstofly.org>
Sun, 1 Jun 2008 08:31:56 +0000 (10:31 +0200)
committerLennert Buytenhek <buytenh@wantstofly.org>
Thu, 12 Jun 2008 06:40:32 +0000 (08:40 +0200)
commit9658766152c0e3759f61cc4e75aef6d8450bd5bb
tree7ea31a36fa86180d48bb55b105a1972de939cca0
parent5daffe945a60376b626896c371ef78f24698b988
mv643xx_eth: move port_receive() into its only caller

The port_receive() function is a remnant of the original mv643xx_eth
HAL split.  This patch moves port_receive() into its caller, so that
the top and the bottom half of RX processing no longer communicate
via the HAL FUNC_RET_STATUS/pkt_info mechanism abstraction anymore.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Dale Farnsworth <dale@farnsworth.org>
drivers/net/mv643xx_eth.c