diff options
| -rw-r--r-- | sound/soc/codecs/rt5659.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5659.c b/sound/soc/codecs/rt5659.c index 820d8fa62b5e..47c717f4964a 100644 --- a/sound/soc/codecs/rt5659.c +++ b/sound/soc/codecs/rt5659.c | |||
| @@ -4184,7 +4184,7 @@ static int rt5659_i2c_remove(struct i2c_client *i2c) | |||
| 4184 | return 0; | 4184 | return 0; |
| 4185 | } | 4185 | } |
| 4186 | 4186 | ||
| 4187 | void rt5659_i2c_shutdown(struct i2c_client *client) | 4187 | static void rt5659_i2c_shutdown(struct i2c_client *client) |
| 4188 | { | 4188 | { |
| 4189 | struct rt5659_priv *rt5659 = i2c_get_clientdata(client); | 4189 | struct rt5659_priv *rt5659 = i2c_get_clientdata(client); |
| 4190 | 4190 | ||
