summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorJaswinder Singh2008-07-21 18:58:22 +0200
committerIngo Molnar2008-07-22 14:36:05 +0200
commit791b897ccd1a2c6c184b88ca6d1aaf053499c3df (patch)
tree1c7fb8ce8978bec5485124d357fa6282f7f3ce5f /include/asm-x86
parentx86: pci-dma.c declare iommu_bio_merge before they get used (diff)
downloadkernel-qcow2-linux-791b897ccd1a2c6c184b88ca6d1aaf053499c3df.tar.gz
kernel-qcow2-linux-791b897ccd1a2c6c184b88ca6d1aaf053499c3df.tar.xz
kernel-qcow2-linux-791b897ccd1a2c6c184b88ca6d1aaf053499c3df.zip
x86: pci-nommu.c declare nommu_dma_ops before they get used
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/dma-mapping.h1
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 {
};
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)
{