OSDN Git Service

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>
Thu, 23 Aug 2012 14:18:56 +0000 (10:18 -0400)
commita8752fd9a4106c5efe324109df133692d5fcbffc
treec9af6c5dd875b45fba787866cf861d93830763bb
parent1a1d43318aeb74d679372c0b65029957be274529
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 <konrad.wilk@oracle.com>
drivers/xen/swiotlb-xen.c
include/xen/swiotlb-xen.h