video: fbdev: s3c-fb: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Tue, 7 Jul 2015 13:00:47 +0000 (22:00 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 21 Aug 2015 05:56:19 +0000 (08:56 +0300)
commitb06ece93cf96b430587e77e01053b2b8f99cb750
tree3174eff4986e8b0a5846cb085c416f20bc56c96b
parentcb73b40e59f0f62099bfb8a836697a74dc151395
video: fbdev: s3c-fb: Constify platform_device_id

The platform_device_id is not modified by the driver and core uses it as
const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/s3c-fb.c