]> git.baikalelectronics.ru Git - kernel.git/commit
xen/swiotlb: Remove functions not needed anymore.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 13 Aug 2012 17:26:11 +0000 (13:26 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 17 Sep 2012 17:00:43 +0000 (13:00 -0400)
commitadf7a3f2d91e8a85d26c11866245889f339192b6
tree6f0a9549d0d93acc412146dfff9ff415c509c169
parent8b867d91b06e41927ebcca34d989ec593125be91
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 <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/swiotlb-xen.c
include/xen/swiotlb-xen.h