diff options
-rw-r--r-- | sound/soc/codecs/zx_aud96p22.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/zx_aud96p22.c b/sound/soc/codecs/zx_aud96p22.c index 032fb7cf6cbd..bc23ce1a30a1 100644 --- a/sound/soc/codecs/zx_aud96p22.c +++ b/sound/soc/codecs/zx_aud96p22.c | |||
@@ -382,7 +382,7 @@ static int aud96p22_i2c_remove(struct i2c_client *i2c) | |||
382 | return 0; | 382 | return 0; |
383 | } | 383 | } |
384 | 384 | ||
385 | const struct of_device_id aud96p22_dt_ids[] = { | 385 | static const struct of_device_id aud96p22_dt_ids[] = { |
386 | { .compatible = "zte,zx-aud96p22", }, | 386 | { .compatible = "zte,zx-aud96p22", }, |
387 | { } | 387 | { } |
388 | }; | 388 | }; |