From: Lennert Buytenhek Date: Sat, 31 May 2008 22:48:39 +0000 (+0200) Subject: mv643xx_eth: reverse topological sort of functions X-Git-Tag: v2.6.27-rc1~969^2~289^2~12^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9df406f3138265193f5e8d7b7fe85dfbbbd3ac4;p=pandora-kernel.git 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 Acked-by: Dale Farnsworth --- Reading git-diff-tree failed