From: Konrad Rzeszutek Wilk Date: Mon, 13 Aug 2012 17:26:11 +0000 (-0400) Subject: xen/swiotlb: Remove functions not needed anymore. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~30^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e815f45e6e5fe40ca3049987eab80d89d5781f03;p=pandora-kernel.git xen/swiotlb: Remove functions not needed anymore. Sparse warns us off: drivers/xen/swiotlb-xen.c:506:1: warning: symbol 'xen_swiotlb_map_sg' was not declared. Should it be static? drivers/xen/swiotlb-xen.c:534:1: warning: symbol 'xen_swiotlb_unmap_sg' was not declared. Should it be static? and it looks like we do not need this function at all. Acked-by: Stefano Stabellini Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed