]> 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)
commit6f28ebe9e64a7f016cbf5384e3e307d637a7dd84
treed7c7e18a13f990f75daaed10bd014ca079db5289
parentdf750acc98823b3b129e73e45dec983070f6afcb
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