mv643xx_eth: move rx_return_buff() into its only caller
authorLennert Buytenhek <buytenh@wantstofly.org>
Sun, 1 Jun 2008 08:07:49 +0000 (10:07 +0200)
committerLennert Buytenhek <buytenh@wantstofly.org>
Thu, 12 Jun 2008 06:40:32 +0000 (08:40 +0200)
commitde34f225e112ddfabb56043a2be64bf7f69c1885
treea9bccd4cd11cc3be0e0d074cea12bf1dc0f4f718
parent9658766152c0e3759f61cc4e75aef6d8450bd5bb
mv643xx_eth: move rx_return_buff() into its only caller

rx_return_buff() is also a remnant of the HAL layering that the
original mv643xx_eth driver used.  Moving it into its caller kills
the last reference to FUNC_RET_STATUS/pkt_info.

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