This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sparc / dma-mapping.h
index 08ede04..d7c3b0f 100644 (file)
@@ -2,14 +2,13 @@
 #define _ASM_SPARC_DMA_MAPPING_H
 
 #include <linux/config.h>
-#include <linux/device.h>
 
 #ifdef CONFIG_PCI
 #include <asm-generic/dma-mapping.h>
 #else
 
 static inline void *dma_alloc_coherent(struct device *dev, size_t size,
-                        dma_addr_t *dma_handle, int flag)
+                        dma_addr_t *dma_handle, gfp_t flag)
 {
        BUG();
        return NULL;