commit | bd388a2c810282de8a4ff14d3c07816860d72ef9 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | Sat May 02 00:38:39 2015 +0900 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 12 12:40:27 2015 +0300 |
tree | f68f133d9583d8d9afe4a2e1b519e6a67fa2941a | |
parent | 7e46cd705fd8aa458590ad38cf896b5aff525334 [diff] |
video: fbdev: imxfb: 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>