]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 c2ddd3d1b8831a98fe139639e131f458bfc41d99..f14b04d8baee1ccf66f7959e417c8d477bc7c05a 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)
 {