[PATCH] tty: mips_ejtag_fdc: constify mips_cdmm_device_id

2017-08-25 Thread Arvind Yadav
mips_cdmm_device_id are not supposed to change at runtime. mips_cdmm_driver is working with const 'id_table'. So mark the non-const mips_cdmm_device_id structs as const. Signed-off-by: Arvind Yadav --- drivers/tty/mips_ejtag_fdc.c | 2 +- 1 file changed, 1

[PATCH] tty: mips_ejtag_fdc: constify mips_cdmm_device_id

2017-08-25 Thread Arvind Yadav
mips_cdmm_device_id are not supposed to change at runtime. mips_cdmm_driver is working with const 'id_table'. So mark the non-const mips_cdmm_device_id structs as const. Signed-off-by: Arvind Yadav --- drivers/tty/mips_ejtag_fdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff