ASoC: rt5659: rt5659_intel_hd_header_probe_setup() can be static

Fixes: 041e74b714 ("ASoC: rt5659: Add the support of Intel HDA Header")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Wu Fengguang 2018-02-13 01:16:06 +08:00 committed by Mark Brown
parent de86a33253
commit 2fa0b7fdf8
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

View File

@ -4038,7 +4038,7 @@ static void rt5659_calibrate(struct rt5659_priv *rt5659)
regmap_write(rt5659->regmap, RT5659_HP_CHARGE_PUMP_1, 0x0c16);
}
void rt5659_intel_hd_header_probe_setup(struct rt5659_priv *rt5659)
static void rt5659_intel_hd_header_probe_setup(struct rt5659_priv *rt5659)
{
int value;