]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sunxi: fix declaration compile error
authorZeng Heng <zengheng4@huawei.com>
Wed, 21 Sep 2022 03:38:19 +0000 (11:38 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 21 Sep 2022 09:28:19 +0000 (10:28 +0100)
commit7961ced1f21839dc6235a28006eee03ec5737e0b
tree422def4244678ef253c23b66182e3db7f00c2c9d
parent3fa7ff09078082d2b195a2a5a70c1b6216b0a714
ASoC: sunxi: fix declaration compile error

Just fix compile error without any logic changes.

sound/soc/sunxi/sun50i-dmic.c:62:1: error: â€˜static’ is not at beginning of declaration [-Werror=old-style-declaration]
   62 | const static struct dmic_rate dmic_rate_s[] = {
      | ^~~~~

Signed-off-by: Zeng Heng <zengheng4@huawei.com>
Link: https://lore.kernel.org/r/20220921033819.2188233-1-zengheng4@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun50i-dmic.c