diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/dma-mapping.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/dma-mapping.h b/include/asm-x86/dma-mapping.h index c2ddd3d1b883..f14b04d8baee 100644 --- a/include/asm-x86/dma-mapping.h +++ b/include/asm-x86/dma-mapping.h | |||
@@ -57,6 +57,7 @@ struct dma_mapping_ops { | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | extern const struct dma_mapping_ops *dma_ops; | 59 | extern const struct dma_mapping_ops *dma_ops; |
60 | extern const struct dma_mapping_ops nommu_dma_ops; | ||
60 | 61 | ||
61 | static inline int dma_mapping_error(dma_addr_t dma_addr) | 62 | static inline int dma_mapping_error(dma_addr_t dma_addr) |
62 | { | 63 | { |