commit | b06ece93cf96b430587e77e01053b2b8f99cb750 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | Tue Jul 07 22:00:47 2015 +0900 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Aug 21 08:56:19 2015 +0300 |
tree | 3174eff4986e8b0a5846cb085c416f20bc56c96b | |
parent | cb73b40e59f0f62099bfb8a836697a74dc151395 [diff] |
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>