]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/i386/kernel/pci-dma.c
[PATCH] gfp flags annotations - part 1
[net-next-2.6.git] / arch / i386 / kernel / pci-dma.c
index 1e51427cc9eb841708a72e33f54fad235004ceb0..25fe66853934ce2d8e6103f32ea8ac551ccd4fb9 100644 (file)
@@ -23,7 +23,7 @@ struct dma_coherent_mem {
 };
 
 void *dma_alloc_coherent(struct device *dev, size_t size,
-                          dma_addr_t *dma_handle, unsigned int __nocast gfp)
+                          dma_addr_t *dma_handle, gfp_t gfp)
 {
        void *ret;
        struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL;