• Arnd Bergmann's avatar
    ASoC: rcar: fix 'const static' variables · cc9bdcf2
    Arnd Bergmann authored
    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: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    cc9bdcf2
gen.c 11.8 KB