mtd: constify of_device_id array
authorFabian Frederick <fabf@skynet.be>
Mon, 16 Mar 2015 19:20:28 +0000 (20:20 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 May 2015 06:44:07 +0000 (23:44 -0700)
commit666104436543d171b8b1a7213fd1d8bbef1361d5
tree68da1b2b81618118fd057587578aeadbd1d6e68a
parentf5cd2ae1e4ad23bc6527b4a667d3f27534730cc5
mtd: constify of_device_id array

of_device_id is always used as const.
(See driver.of_match_table and open firmware functions)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/devices/docg3.c
drivers/mtd/maps/physmap_of.c
drivers/mtd/nand/mpc5121_nfc.c
drivers/mtd/spi-nor/fsl-quadspi.c