]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: samsung: make tm2_dapm_widgets and tm2_pm_ops static
authorColin Ian King <colin.king@canonical.com>
Sun, 13 Aug 2017 15:37:15 +0000 (16:37 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 16:15:09 +0000 (17:15 +0100)
commitfa99125e2acca4e85de57cff55aea9fc7cb2930a
tree88a79f194c58371748376d7e6e323440feaab28e
parenta8ad0c85fbfa56c44161829f6433e59dcd84b731
ASoC: samsung: make tm2_dapm_widgets and tm2_pm_ops static

tm2_dapm_widgets and tm2_pm_ops are local to the source and do not need
to be in global scope, so make them static.

Cleans up sparse warnings:
symbol 'tm2_dapm_widgets' was not declared. Should it be static?
symbol 'tm2_pm_ops' 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/samsung/tm2_wm5110.c