From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dale Farnsworth" Subject: mv643xx(12/20): reorder code to avoid prototype function declarations Date: Mon, 28 Mar 2005 16:55:03 -0700 Message-ID: <20050328235503.GL29098@xyzzy> References: <20050328233807.GA28423@xyzzy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ralf Baechle , Manish Lachwani , Brian Waite , "Steven J. Hill" , Benjamin Herrenschmidt , James Chapman Return-path: To: Netdev , Jeff Garzik Content-Disposition: inline In-Reply-To: <20050328233807.GA28423@xyzzy> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org This patch reorders functions to avoid the need for function prototypes. In practice, low-level routines are moved to the top of the file and driver API functions to the bottom. This is how most Linux drivers are laid out. There are no functional changes here. Signed-off-by: James Chapman Acked-by: Dale Farnsworth [I have omitted the patch because it's twice the size of the original file, drivers/net/mv643xx_eth.c, and not useful for analyzing changes since so many functions were moved. Again, the code is unchanged other than changing the order of the functions in the source file.]