swiotlb: clean up EXPORT_SYMBOL usage
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Sun, 28 Dec 2008 06:02:07 +0000 (15:02 +0900)
committerIngo Molnar <mingo@elte.hu>
Sun, 28 Dec 2008 09:04:01 +0000 (10:04 +0100)
commit874d6a9555516cbac828131d573ce3d16ce47164
treec902d40ef400cb84dcc246b5c82ebec7d2a4c6dc
parentac86ccc637458dea53077823f98bc3e1b874d478
swiotlb: clean up EXPORT_SYMBOL usage

Impact: cleanup

swiotlb uses EXPORT_SYMBOL in an inconsistent way. Some functions use
EXPORT_SYMBOL at the end of functions. Some use it at the end of
swiotlb.c.

This cleans up swiotlb to use EXPORT_SYMBOL in a consistent way (at
the end of functions).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
lib/swiotlb.c