Commit 791b897c authored by Jaswinder Singh's avatar Jaswinder Singh Committed by Ingo Molnar

x86: pci-nommu.c declare nommu_dma_ops before they get used

Signed-off-by: default avatarJaswinder Singh <jaswinder@infradead.org>
parent 9321b8cb
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment