]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: samsung: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:50:03 +0000 (00:50 +0900)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 May 2015 07:13:24 +0000 (00:13 -0700)
commitd4b6883a889b59c9eaa41dce6c00ef952a2e0692
treec3db7e6e009beac8204bf25c04d07eeb25ed5838
parentbcf719f41b191018ce981ce6cbef7bbfbedcda61
mtd: samsung: 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: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/onenand/samsung.c