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)
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>

No differences found