summaryrefslogtreecommitdiffstats
path: root/include/linux/swiotlb.h
diff options
context:
space:
mode:
authorFUJITA Tomonori2009-07-10 03:04:50 +0200
committerFUJITA Tomonori2009-07-28 07:19:18 +0200
commit3885123da8335dc6b67387e5e626acbffc56f664 (patch)
tree6dcfa735d2ef7d00718a8d0cd14e1b03bcd6bf7b /include/linux/swiotlb.h
parentmm: Remove duplicate definitions in MIPS and SH (diff)
downloadkernel-qcow2-linux-3885123da8335dc6b67387e5e626acbffc56f664.tar.gz
kernel-qcow2-linux-3885123da8335dc6b67387e5e626acbffc56f664.tar.xz
kernel-qcow2-linux-3885123da8335dc6b67387e5e626acbffc56f664.zip
swiotlb: remove unused swiotlb_alloc_boot()
Nobody uses swiotlb_alloc_boot(). Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
Diffstat (limited to 'include/linux/swiotlb.h')
-rw-r--r--include/linux/swiotlb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/swiotlb.h b/include/linux/swiotlb.h
index cb1a6631b8f4..94db70444c17 100644
--- a/include/linux/swiotlb.h
+++ b/include/linux/swiotlb.h
@@ -14,7 +14,6 @@ struct scatterlist;
*/
#define IO_TLB_SEGSIZE 128
-
/*
* log of the size of each IO TLB slab. The number of slabs is command line
* controllable.
@@ -24,7 +23,6 @@ struct scatterlist;
extern void
swiotlb_init(void);
-extern void *swiotlb_alloc_boot(size_t bytes, unsigned long nslabs);
extern void *swiotlb_alloc(unsigned order, unsigned long nslabs);
extern dma_addr_t swiotlb_phys_to_bus(struct device *hwdev,