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)
commit9c5e8fecc4a86adbf363f5cf344c0ccccdbb8982
tree0ccc70928f38558dc676578f90f06d1f38557913
parent439a33074c7d0895dd1e13ac354b8b4505d3ea43
ARM: 5711/1: locomo.c: CodingStyle cleanups

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>
arch/arm/common/locomo.c