|
@@ -115,10 +115,10 @@ extern int
|
|
|
swiotlb_dma_supported(struct device *hwdev, u64 mask);
|
|
|
|
|
|
#ifdef CONFIG_SWIOTLB
|
|
|
-extern void __init swiotlb_free(void);
|
|
|
+extern void __init swiotlb_exit(void);
|
|
|
unsigned int swiotlb_max_segment(void);
|
|
|
#else
|
|
|
-static inline void swiotlb_free(void) { }
|
|
|
+static inline void swiotlb_exit(void) { }
|
|
|
static inline unsigned int swiotlb_max_segment(void) { return 0; }
|
|
|
#endif
|
|
|
|