aio.c: move EXPORT* macros to line after function
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 22 Sep 2009 23:43:53 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Sep 2009 14:39:29 +0000 (07:39 -0700)
commit385773e04806e8903e9ec683f5c4bd14926a86dc
tree4e883e55117d7e3955800fd220f9f7a4704eb78a
parent8c87df457cb58fe75b9b893007917cf8095660a0
aio.c: move EXPORT* macros to line after function

As mentioned in Documentation/CodingStyle, move EXPORT* macro's
to the line immediately after the closing function brace line.

Also, move the __initcall() similarly.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Zach Brown <zach.brown@oracle.com>
Cc: Benjamin LaHaise <bcrl@kvack.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/aio.c