]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: spi-nor: constify fsl_qspi_devtype_data
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Tue, 16 Aug 2016 12:56:38 +0000 (14:56 +0200)
committerCyrille Pitchen <cyrille.pitchen@atmel.com>
Sat, 26 Nov 2016 16:45:06 +0000 (17:45 +0100)
commitdfce0cd943fe0554f5f79d5b29624064dafb18cd
treeac15f5c8261ff56de1b81c19a203e70bd5cf24da
parentedd0c8f4932dbf3e21036cb443ba5bdf7449d02b
mtd: spi-nor: constify fsl_qspi_devtype_data

All fsl_qspi_devtype_data structures are never modified.
This patch constify them.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Acked-by: Han Xu <han.xu@nxp.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
drivers/mtd/spi-nor/fsl-quadspi.c