OSDN Git Service

mv643xx_eth: reverse topological sort of functions
authorLennert Buytenhek <buytenh@wantstofly.org>
Sat, 31 May 2008 22:48:39 +0000 (00:48 +0200)
committerLennert Buytenhek <buytenh@wantstofly.org>
Thu, 12 Jun 2008 06:40:22 +0000 (08:40 +0200)
commitc9df406f3138265193f5e8d7b7fe85dfbbbd3ac4
tree5adc3cea9fb14b0afb79b42d49895448886a7e2f
parentd4c3c0753594adaafbcb77a086f013f1d847b3f0
mv643xx_eth: reverse topological sort of functions

This patch performs a reverse topological sort of all functions in
mv643xx_eth.c, so that we can get rid of all forward declarations,
and end up with a more understandable driver due to related functions
being grouped together.

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