提交 c62db3d5 编写于 作者: A Axel Lin 提交者: Mark Brown

ASoC: rt5659: Staticise rt5659_i2c_shutdown

Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 d3cb2de2
...@@ -4184,7 +4184,7 @@ static int rt5659_i2c_remove(struct i2c_client *i2c) ...@@ -4184,7 +4184,7 @@ static int rt5659_i2c_remove(struct i2c_client *i2c)
return 0; 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); struct rt5659_priv *rt5659 = i2c_get_clientdata(client);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册