video: ARM CLCD: constify amba_id

amba_id are not supposed to change at runtime. All functions
working with const amba_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

authored by

Arvind Yadav and committed by
Bartlomiej Zolnierkiewicz
bf4392ba 46524b14

+1 -1
+1 -1
drivers/video/fbdev/amba-clcd.c
··· 1035 1035 .init_panel = nomadik_clcd_init_panel, 1036 1036 }; 1037 1037 1038 - static struct amba_id clcdfb_id_table[] = { 1038 + static const struct amba_id clcdfb_id_table[] = { 1039 1039 { 1040 1040 .id = 0x00041110, 1041 1041 .mask = 0x000ffffe,