From: FUJITA Tomonori Date: Sun, 28 Dec 2008 06:02:07 +0000 (+0900) Subject: swiotlb: clean up EXPORT_SYMBOL usage X-Git-Tag: v2.6.29-rc1~226^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874d6a9555516cbac828131d573ce3d16ce47164;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed