--- ./drivers/video/omap/omapfb_main.c_orig 2006-07-04 16:28:26.000000000 +0200 +++ ./drivers/video/omap/omapfb_main.c 2006-07-04 16:34:25.000000000 +0200 @@ -1438,7 +1438,7 @@ static int omapfb_do_probe(struct platfo #ifdef CONFIG_FB_OMAP_DMA_TUNE /* Set DMA priority for EMIFF access to highest */ if (cpu_class_is_omap1()) - omap_set_dma_priority(OMAP_DMA_PORT_EMIFF, 15); + omap_set_dma_priority(0, OMAP_DMA_PORT_EMIFF, 15); #endif r = ctrl_change_mode(fbdev->fb_info[0]);