Merge tag 'ntb-4.8' of git://github.com/jonmason/ntb
[cascardo/linux.git] / arch / arm / mach-omap2 / display.h
index 7375854..78f2530 100644 (file)
@@ -33,4 +33,9 @@ int omap_init_vout(void);
 
 struct device_node * __init omapdss_find_dss_of_node(void);
 
+struct omap_dss_board_info;
+
+/* Init with the board info */
+int omap_display_init(struct omap_dss_board_info *board_data);
+
 #endif