From: Jaswinder Singh Date: Mon, 21 Jul 2008 16:58:22 +0000 (+0530) Subject: x86: pci-nommu.c declare nommu_dma_ops before they get used X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=791b897ccd1a2c6c184b88ca6d1aaf053499c3df;p=linux-beck.git x86: pci-nommu.c declare nommu_dma_ops before they get used Signed-off-by: Jaswinder Singh --- 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 { }; 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) {