summaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorPeter Ujfalusi2016-05-30 12:39:56 +0200
committerPeter Ujfalusi2016-06-03 15:00:31 +0200
commitc270e89bf2e0745da85a41178d312ef288ac5211 (patch)
treee9f3eb337a6266b101011a3759aeca7ba7405c6e /include/video
parentARM: OMAP: rx51-video: Do not set TV connector_type (diff)
downloadkernel-qcow2-linux-c270e89bf2e0745da85a41178d312ef288ac5211.tar.gz
kernel-qcow2-linux-c270e89bf2e0745da85a41178d312ef288ac5211.tar.xz
kernel-qcow2-linux-c270e89bf2e0745da85a41178d312ef288ac5211.zip
ARM/video: omap2: Move omap_display_init declaration to mach-omap2/display.h
The omap_display_init() is implemented in the mach-omap2/display.c so the declaration should have been there as well. Change the board files to include display.h to avoid build breakage at the same time. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 8e14ad7327c9..0c7ae93ebd76 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -330,9 +330,6 @@ struct omap_dss_board_info {
enum omapdss_version version;
};
-/* Init with the board info */
-extern int omap_display_init(struct omap_dss_board_info *board_data);
-
struct omap_video_timings {
/* Unit: pixels */
u16 x_res;