diff options
Diffstat (limited to 'include/asm-x86/dma-mapping.h')
-rw-r--r-- | include/asm-x86/dma-mapping.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/dma-mapping.h b/include/asm-x86/dma-mapping.h index c671a0aea59b..984935d86bbd 100644 --- a/include/asm-x86/dma-mapping.h +++ b/include/asm-x86/dma-mapping.h | |||
@@ -10,6 +10,8 @@ | |||
10 | #include <asm/io.h> | 10 | #include <asm/io.h> |
11 | #include <asm/swiotlb.h> | 11 | #include <asm/swiotlb.h> |
12 | 12 | ||
13 | extern dma_addr_t bad_dma_address; | ||
14 | |||
13 | struct dma_mapping_ops { | 15 | struct dma_mapping_ops { |
14 | int (*mapping_error)(dma_addr_t dma_addr); | 16 | int (*mapping_error)(dma_addr_t dma_addr); |
15 | void* (*alloc_coherent)(struct device *dev, size_t size, | 17 | void* (*alloc_coherent)(struct device *dev, size_t size, |