ASoC: rt5659: Staticise rt5659_i2c_shutdown

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Axel Lin 2016-01-12 15:53:46 +08:00 committed by Mark Brown
parent d3cb2de247
commit c62db3d5ab

View file

@ -4184,7 +4184,7 @@ static int rt5659_i2c_remove(struct i2c_client *i2c)
return 0;
}
void rt5659_i2c_shutdown(struct i2c_client *client)
static void rt5659_i2c_shutdown(struct i2c_client *client)
{
struct rt5659_priv *rt5659 = i2c_get_clientdata(client);