commit | a86d8d67989d1b89ff396be2c0f7f8be2524d38a | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Tue Aug 01 17:20:39 2017 +0200 |
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Tue Aug 01 17:20:39 2017 +0200 |
tree | 4460daeb36d1943790124207a2ae8970ea0963e9 | |
parent | c9742729b3843a40640d07cdcdc336d0366b4343 [diff] |
drivers/video/fbdev/omap/lcd_mipid.c: add const to lcd_panel structure Make lcd_panel structure const as it is only copied to some object. As the only usage of this structure is a copy operation, so it can be made const. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Cc: Julia Lawall <julia.lawall@lip6.fr> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>