OSDN Git Service

mtd: st_spi_fsm: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 May 2014 08:46:59 +0000 (17:46 +0900)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 20 May 2014 23:35:29 +0000 (16:35 -0700)
commitaeea6eb4c0c172bbb410fe1b8efac6831a01fa19
tree4edfbcf7e12c27b567e6f3ea41c3174439a780b8
parentf62cde49f9f02d6c205ab310b8fd4a29ddc49329
mtd: st_spi_fsm: Make of_device_id array const

Make of_device_id array const, because all OF functions
handle it as const.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/devices/st_spi_fsm.c