ARM: 5711/1: locomo.c: CodingStyle cleanups
authorHartley Sweeten <hartleys@visionengravers.com>
Fri, 18 Sep 2009 19:40:27 +0000 (20:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 21 Sep 2009 15:03:04 +0000 (16:03 +0100)
EXPORT* macros should follow immediately after the closing function
brace line.

The prototype for locomo_chip_driver() is not needed since the static
(inline) function is located earlier in the file.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found