aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/plat-omap/include/plat/display.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h
index 1c529ce9dc11..fbbb966a994f 100644
--- a/arch/arm/plat-omap/include/plat/display.h
+++ b/arch/arm/plat-omap/include/plat/display.h
@@ -277,8 +277,8 @@ struct omap_video_timings {
277 * identify the mode, and does not actually use the configs 277 * identify the mode, and does not actually use the configs
278 * itself. However, the configs should be something that 278 * itself. However, the configs should be something that
279 * a normal monitor can also show */ 279 * a normal monitor can also show */
280const extern struct omap_video_timings omap_dss_pal_timings; 280extern const struct omap_video_timings omap_dss_pal_timings;
281const extern struct omap_video_timings omap_dss_ntsc_timings; 281extern const struct omap_video_timings omap_dss_ntsc_timings;
282#endif 282#endif
283 283
284struct omap_overlay_info { 284struct omap_overlay_info {