]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ASoC: zx_aud96p22: make array aud96p22_dt_ids static
authorColin Ian King <colin.king@canonical.com>
Sun, 13 Aug 2017 15:28:08 +0000 (16:28 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 16:14:40 +0000 (17:14 +0100)
commitdef4b1243e56774fdc47de9292111a344f14e88c
treefbd66e65e28a830390672321e35d3ae1eba7dbf9
parent4d2c7e09a5c8ea3b20748c2942b6a686dced34ab
ASoC: zx_aud96p22: make array aud96p22_dt_ids static

The array aud96p22_dt_ids is local to the source and does not need to be
in global scope, so make it static.

Cleans up sparse warning:
symbol 'aud96p22_dt_ids' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/zx_aud96p22.c