Skip to content

Commit

Permalink
x86: pci-nommu.c declare nommu_dma_ops before they get used
Browse files Browse the repository at this point in the history
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
  • Loading branch information
Jaswinder Singh authored and Ingo Molnar committed Jul 22, 2008
1 parent 9321b8c commit 791b897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-x86/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 791b897

Please sign in to comment.