mtd: s3c2410: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:50:02 +0000 (00:50 +0900)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 May 2015 07:13:24 +0000 (00:13 -0700)
commit0abe75d225b80d540f1be92e0403d912fbf4aa3c
treea0dd72c9e9e27145569404d4c25edd8dcf515ddc
parent8d1e568d2d466d4a5a8f3c0a1474c715f0ac68c8
mtd: s3c2410: 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/nand/s3c2410.c