aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-06-27 17:34:19 +0200
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>2017-06-27 21:28:52 +0200
commit315e9c767d9a4668ad68cde1b57a14f916c90668 (patch)
treead51e27dfd0209ff745ae915bc5b685bf2672b4d /drivers/mtd/devices
parentmtd: spi-nor: Add support for Spansion S25FL064L (diff)
downloadlinux-dev-315e9c767d9a4668ad68cde1b57a14f916c90668.tar.xz
linux-dev-315e9c767d9a4668ad68cde1b57a14f916c90668.zip
mtd: spi-nor: cqspi: remove duplicate const
The variable was already marked 'const' before the previous patch, but the qualifier was in an unusual place, and now the extra 'const' causes a harmless warning: drivers/mtd/spi-nor/cadence-quadspi.c:1286:34: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier] This removes the other 'const' instead. Fixes: f993c123b461 ("mtd: spi-nor: cqspi: make of_device_ids const") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Diffstat (limited to 'drivers/mtd/devices')
0 files changed, 0 insertions, 0 deletions