]> www.infradead.org Git - users/jedix/linux-maple.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>
Wed, 19 Sep 2012 15:00:42 +0000 (11:00 -0400)
commit2308f5feec6e9165a0ddf2e03af506022f7bba33
treea368662abb1cfe5bd3fa6b98a8dc25ceb4770875
parentb12f0b42a4fadceb24b1d934e8cf678b040ab31e
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>
(cherry picked from commit a8752fd9a4106c5efe324109df133692d5fcbffc)
drivers/xen/swiotlb-xen.c
include/xen/swiotlb-xen.h