commit | 9c5e8fecc4a86adbf363f5cf344c0ccccdbb8982 | [log] [tgz] |
---|---|---|
author | Hartley Sweeten <hartleys@visionengravers.com> | Fri Sep 18 20:40:27 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Sep 21 16:03:04 2009 +0100 |
tree | 0ccc70928f38558dc676578f90f06d1f38557913 | |
parent | 439a33074c7d0895dd1e13ac354b8b4505d3ea43 [diff] |
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>