]> git.baikalelectronics.ru Git - kernel.git/commit
video: fbdev: mxsfb: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:38:40 +0000 (00:38 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 12 Jun 2015 09:40:27 +0000 (12:40 +0300)
commitbe98e20ed8dc3a260fc3ff7139d0d1d6db8e5b1e
treed7c7e18a13f990f75daaed10bd014ca079db5289
parenta028aba620e92f8df18247728fce710884ee5b6f
video: fbdev: mxsfb: 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/mxsfb.c