commit | 874d6a9555516cbac828131d573ce3d16ce47164 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Sun Dec 28 15:02:07 2008 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Dec 28 10:04:01 2008 +0100 |
tree | c902d40ef400cb84dcc246b5c82ebec7d2a4c6dc | |
parent | ac86ccc637458dea53077823f98bc3e1b874d478 [diff] |
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>