media: omap3isp: constify platform_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 15 Aug 2017 11:23:42 +0000 (07:23 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 29 May 2019 20:46:08 +0000 (16:46 -0400)
commit05a7c22c2f681bf7458bec21eb76e91e6b8713ca
treea38c4f4e652359e370c1d9d5e6980425ced1617e
parent2bd4290f6b7895e73916788bbdf56f32d3767097
media: omap3isp: constify platform_device_id

platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by <linux/platform_device.h>
work with const platform_device_id. So mark the non-const structs as
const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/omap3isp/isp.c