diff options
Diffstat (limited to 'include/linux/swiotlb.h')
-rw-r--r-- | include/linux/swiotlb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/swiotlb.h b/include/linux/swiotlb.h index 59bafa690290..eb9bdb4d4854 100644 --- a/include/linux/swiotlb.h +++ b/include/linux/swiotlb.h | |||
@@ -20,8 +20,7 @@ struct scatterlist; | |||
20 | */ | 20 | */ |
21 | #define IO_TLB_SHIFT 11 | 21 | #define IO_TLB_SHIFT 11 |
22 | 22 | ||
23 | extern void | 23 | extern void swiotlb_init(int verbose); |
24 | swiotlb_init(void); | ||
25 | 24 | ||
26 | extern void | 25 | extern void |
27 | *swiotlb_alloc_coherent(struct device *hwdev, size_t size, | 26 | *swiotlb_alloc_coherent(struct device *hwdev, size_t size, |
@@ -94,4 +93,5 @@ extern void __init swiotlb_free(void); | |||
94 | static inline void swiotlb_free(void) { } | 93 | static inline void swiotlb_free(void) { } |
95 | #endif | 94 | #endif |
96 | 95 | ||
96 | extern void swiotlb_print_info(void); | ||
97 | #endif /* __LINUX_SWIOTLB_H */ | 97 | #endif /* __LINUX_SWIOTLB_H */ |