From: David Miller on
From: Daniel Mack <daniel(a)caiaq.de>
Date: Wed, 19 May 2010 18:00:57 +0200

> - 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(a)caiaq.de>

This does not apply cleanly to the current tree. Please respin
this.
From: David Miller on
From: Daniel Mack <daniel(a)caiaq.de>
Date: Mon, 31 May 2010 09:31:10 +0200

> - 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(a)caiaq.de>

Applied, but:

> +MODULE_LICENSE("GPL");
> +
> --
> 1.7.1
>

Extraneous empty line at end of file, which GIT warned about.
I fixed it up before applying your patch.

Thanks.