diff options
-rw-r--r-- | drivers/video/mxc/mx2fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxc/mx2fb.c b/drivers/video/mxc/mx2fb.c index 5231ed5f4513..3f1116d3e91e 100644 --- a/drivers/video/mxc/mx2fb.c +++ b/drivers/video/mxc/mx2fb.c @@ -783,7 +783,7 @@ static int _map_video_memory(struct fb_info *info) info->fix.smem_len, (dma_addr_t *) & info->fix. smem_start, - GFP_DMA | GFP_KERNEL); + GFP_KERNEL); if (info->screen_base == 0) { dev_err(info->device, "Unable to allocate fb memory\n"); |