]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/video/fbdev/acornfb.c
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
[karo-tx-linux.git] / drivers / video / fbdev / acornfb.c
index a305caea58eea717fdffaac4c5364552673ad5ae..fb75b7e5a19ab52748e4a1980d56046e15716908 100644 (file)
@@ -1040,8 +1040,8 @@ static int acornfb_probe(struct platform_device *dev)
                 * for the framebuffer if we are not using
                 * VRAM.
                 */
-               base = dma_alloc_writecombine(current_par.dev, size, &handle,
-                                             GFP_KERNEL);
+               base = dma_alloc_wc(current_par.dev, size, &handle,
+                                   GFP_KERNEL);
                if (base == NULL) {
                        printk(KERN_ERR "acornfb: unable to allocate screen "
                               "memory\n");