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~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8752fd9a4106c5efe324109df133692d5fcbffc;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. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed