ASoC: rt5677: rt5677_check_hotword() can be static

Fixes: 21c00e5df4 ("ASoC: rt5677: Enable jack detect while DSP is running")
Signed-off-by: kbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20191114153304.n4pyix7qadu76tx4@4978f4969bb8
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
kbuild test robot 2019-11-14 23:33:04 +08:00 committed by Mark Brown
parent f0c97131b9
commit a3b9ed5577
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -5307,7 +5307,7 @@ static const struct rt5677_irq_desc rt5677_irq_descs[] = {
}, },
}; };
bool rt5677_check_hotword(struct rt5677_priv *rt5677) static bool rt5677_check_hotword(struct rt5677_priv *rt5677)
{ {
int reg_gpio; int reg_gpio;