]> 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>
Thu, 23 Aug 2012 14:18:56 +0000 (10:18 -0400)
commit048b6499cf7a5432c0ed77ecbcb370e6b1f4c59f
treec9af6c5dd875b45fba787866cf861d93830763bb
parentc795041d736176fc3937769044ccb3e137061288
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