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)
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>

No differences found