drivers/net/arcnet/capmode.c: clean up code
authorDaniel Mack <daniel@caiaq.de>
Mon, 31 May 2010 07:35:13 +0000 (00:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 May 2010 07:35:13 +0000 (00:35 -0700)
 - shuffle around functions to get rid of forward declarations
 - fix some CodingStyle and indentation issues
 - last but not least, get rid of the following CONFIG_MODULE=n warning:

drivers/net/arcnet/capmode.c:52: warning: ‘capmode_proto’ defined but not used

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found