x86: pci-nommu.c declare nommu_dma_ops before they get used
authorJaswinder Singh <jaswinder@infradead.org>
Mon, 21 Jul 2008 16:58:22 +0000 (22:28 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 22 Jul 2008 12:36:05 +0000 (14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/dma-mapping.h

index c2ddd3d..f14b04d 100644 (file)
@@ -57,6 +57,7 @@ struct dma_mapping_ops {
 };
 
 extern const struct dma_mapping_ops *dma_ops;
+extern const struct dma_mapping_ops nommu_dma_ops;
 
 static inline int dma_mapping_error(dma_addr_t dma_addr)
 {