diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-12-28 15:02:06 +0900 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-28 10:04:00 +0100 |
commit | ac86ccc637458dea53077823f98bc3e1b874d478 (patch) | |
tree | 5634291a08e8b673c197b160bcf950ea8a7a3b4f /lib/swiotlb.c | |
parent | 1da4f9894c243a9c58c505fd8f3e6cc0709a8825 (diff) |
swiotlb: remove unnecessary declaration
Impact: cleanup
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'lib/swiotlb.c')
-rw-r--r-- | lib/swiotlb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/swiotlb.c b/lib/swiotlb.c index 785046e4c3ab..5a7d0a4a9da3 100644 --- a/lib/swiotlb.c +++ b/lib/swiotlb.c @@ -22,7 +22,6 @@ #include <linux/mm.h> #include <linux/module.h> #include <linux/spinlock.h> -#include <linux/swiotlb.h> #include <linux/string.h> #include <linux/swiotlb.h> #include <linux/pfn.h> @@ -777,8 +776,6 @@ swiotlb_sync_single_range_for_device(struct device *hwdev, dma_addr_t dev_addr, SYNC_FOR_DEVICE); } -void swiotlb_unmap_sg_attrs(struct device *, struct scatterlist *, int, int, - struct dma_attrs *); /* * Map a set of buffers described by scatterlist in streaming mode for DMA. * This is the scatter-gather version of the above swiotlb_map_single |