Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 9321b8cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{