summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-13 17:39:46 +0200
committerMark Brown <broonie@kernel.org>2016-06-13 17:45:35 +0100
commitcc9bdcf2a4f0cedf7b7425a54578a82bf31dd8f9 (patch)
tree3d0279c26e1869b9e31eb4f80a68fe60358547bc /README
parent7dc20319660d12d2ef642e572e8802c228b6c1cd (diff)
downloadop-kernel-dev-cc9bdcf2a4f0cedf7b7425a54578a82bf31dd8f9.zip
op-kernel-dev-cc9bdcf2a4f0cedf7b7425a54578a82bf31dd8f9.tar.gz
ASoC: rcar: fix 'const static' variables
When building with 'make W=1', we get a harmless warning about slightly incorrect prototypes in the rcar audio driver: sound/soc/sh/rcar/gen.c: In function 'rsnd_gen2_probe': sound/soc/sh/rcar/gen.c:209:2: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration] This changes the 'const static' to 'static const' as it should be. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud