Commit 1c175c5c authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix warnings on non-PCI build.

parent 956cd193
......@@ -7,6 +7,8 @@
#include <asm-generic/dma-mapping.h>
#else
struct device;
static inline void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t *dma_handle, int flag)
{
......
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