projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9321b8c
)
x86: pci-nommu.c declare nommu_dma_ops before they get used
author
Jaswinder Singh
<jaswinder@infradead.org>
Mon, 21 Jul 2008 16:58:22 +0000
(22:28 +0530)
committer
Ingo 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
patch
|
blob
|
history
diff --git
a/include/asm-x86/dma-mapping.h
b/include/asm-x86/dma-mapping.h
index c2ddd3d1b8831a98fe139639e131f458bfc41d99..f14b04d8baee1ccf66f7959e417c8d477bc7c05a 100644
(file)
--- 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)
{