Commit a69d4622 authored by Dirk Behme's avatar Dirk Behme Committed by Tony Lindgren

ARM: OMAP: Fix warning in lcdc.c

Fix warning

drivers/video/omap/lcdc.c:878: warning: initialization from
incompatible pointer type
Signed-off-by: default avatarDirk Behme <dirk.behme@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 807022be
...@@ -611,9 +611,9 @@ static void omap_lcdc_resume(void) ...@@ -611,9 +611,9 @@ static void omap_lcdc_resume(void)
} }
} }
static unsigned long omap_lcdc_get_caps(void) static void omap_lcdc_get_caps(int plane, struct omapfb_caps *caps)
{ {
return 0; return;
} }
int omap_lcdc_set_dma_callback(void (*callback)(void *data), void *data) int omap_lcdc_set_dma_callback(void (*callback)(void *data), void *data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment