locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition
authorDavidlohr Bueso <dave@stgolabs.net>
Fri, 12 Sep 2014 05:34:25 +0000 (22:34 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 16 Sep 2014 07:49:01 +0000 (09:49 +0200)
commitdb0e716a1512179e8374a74c1f3184e9ce15d138
tree3558e258bf62fc9f862c50bab82233b14ee0d12a
parent6157c7e1bb23dae5af4d5b2037203da4c64cc561
locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition

rw-semaphore is the only type of lock doing this ugliness of
exporting at the end of the file.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: dave@stgolabs.net
Cc: peterz@infradead.org
Link: http://lkml.kernel.org/r/1410500066-5909-1-git-send-email-dave@stgolabs.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/rwsem-xadd.c