diff options
Diffstat (limited to 'include/linux/swiotlb.h')
-rw-r--r-- | include/linux/swiotlb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/swiotlb.h b/include/linux/swiotlb.h index 94db70444c17..6bc50944040f 100644 --- a/include/linux/swiotlb.h +++ b/include/linux/swiotlb.h | |||
@@ -23,8 +23,6 @@ struct scatterlist; | |||
23 | extern void | 23 | extern void |
24 | swiotlb_init(void); | 24 | swiotlb_init(void); |
25 | 25 | ||
26 | extern void *swiotlb_alloc(unsigned order, unsigned long nslabs); | ||
27 | |||
28 | extern dma_addr_t swiotlb_phys_to_bus(struct device *hwdev, | 26 | extern dma_addr_t swiotlb_phys_to_bus(struct device *hwdev, |
29 | phys_addr_t address); | 27 | phys_addr_t address); |
30 | extern phys_addr_t swiotlb_bus_to_phys(struct device *hwdev, | 28 | extern phys_addr_t swiotlb_bus_to_phys(struct device *hwdev, |