omapfb: constify omap_video_timings structures

These omap_video_timings structures are only copied into other
structures, so they can be const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

authored by

Julia Lawall and committed by
Bartlomiej Zolnierkiewicz
aa55457d 7af9a52e

+2 -2
+1 -1
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
··· 18 18 19 19 #include <video/omapfb_dss.h> 20 20 21 - static struct omap_video_timings lb035q02_timings = { 21 + static const struct omap_video_timings lb035q02_timings = { 22 22 .x_res = 320, 23 23 .y_res = 240, 24 24
+1 -1
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
··· 41 41 struct spi_device *spi_dev; 42 42 }; 43 43 44 - static struct omap_video_timings td028ttec1_panel_timings = { 44 + static const struct omap_video_timings td028ttec1_panel_timings = { 45 45 .x_res = 480, 46 46 .y_res = 640, 47 47 .pixelclock = 22153000,