video: fbdev: vt8623fb: constify vt8623_timing_regs
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 18 Aug 2017 17:56:40 +0000 (19:56 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Fri, 18 Aug 2017 17:56:40 +0000 (19:56 +0200)
commit1e85a373a16d96e7f2e039bfb4f606d6041a8576
tree32b0e0b1eae1605cb3d2a640f79ccb5855fc3701
parent598b2eedfc3fbe3eb10e27c41ca5ba6a7c6e3698
video: fbdev: vt8623fb: constify vt8623_timing_regs

vt8623_timing_regs is only passed as the first argument to
svga_check_timings and as the second argument to svga_set_timings,
both of which are const.  So make vt8623_timing_regs const also.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/vt8623fb.c