From: kbuild test robot Date: Tue, 2 Apr 2019 11:46:18 +0000 (+0800) Subject: ASoC: tlv320aic31xx: aic31xx_set_jack() can be static X-Git-Tag: v5.2-rc1~16^2~9^2~211 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7742a5b418c91b1f27a08ebf90cb662cf4c06604;p=uclinux-h8%2Flinux.git ASoC: tlv320aic31xx: aic31xx_set_jack() can be static Fixes: ebf3326cd969 ("ASoC: tlv320aic31xx: Add headphone/headset detection") Signed-off-by: kbuild test robot Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c index fa47bfcb93e9..9b37e98da0db 100644 --- a/sound/soc/codecs/tlv320aic31xx.c +++ b/sound/soc/codecs/tlv320aic31xx.c @@ -1264,8 +1264,8 @@ static int aic31xx_set_bias_level(struct snd_soc_component *component, return 0; } -int aic31xx_set_jack(struct snd_soc_component *component, - struct snd_soc_jack *jack, void *data) +static int aic31xx_set_jack(struct snd_soc_component *component, + struct snd_soc_jack *jack, void *data) { struct aic31xx_priv *aic31xx = snd_soc_component_get_drvdata(component);