From: Alexandre Courbot Date: Tue, 26 May 2015 09:02:54 +0000 (+0900) Subject: swiotlb: do not export map_single function X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023600f192be3f5776336e2c61d577b551a1ca9c;p=pandora-kernel.git swiotlb: do not export map_single function The map_single() function is not defined as static, even though it doesn't seem to be used anywhere else in the kernel. Make it static to avoid namespace pollution since this is a rather generic symbol. Signed-off-by: Alexandre Courbot Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed