diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-08-11 10:19:16 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-11 22:39:25 -0400 |
commit | 4c54c6de1aaad76092a1bc3194b351956d071b84 (patch) | |
tree | d1f36058fdee45372f327f3c869a5691f8bbda9f /sound/soc/codecs/sgtl5000.c | |
parent | 10645a7c68fee0548e70c56eccc9eec2abab0166 (diff) |
ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids
The module device table for of_device_id should use "of" type.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/sgtl5000.c')
-rw-r--r-- | sound/soc/codecs/sgtl5000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index 666fae6e148d..91130fbc6913 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c | |||
@@ -1441,7 +1441,7 @@ static const struct of_device_id sgtl5000_dt_ids[] = { | |||
1441 | { .compatible = "fsl,sgtl5000", }, | 1441 | { .compatible = "fsl,sgtl5000", }, |
1442 | { /* sentinel */ } | 1442 | { /* sentinel */ } |
1443 | }; | 1443 | }; |
1444 | MODULE_DEVICE_TABLE(i2c, sgtl5000_dt_ids); | 1444 | MODULE_DEVICE_TABLE(of, sgtl5000_dt_ids); |
1445 | 1445 | ||
1446 | static struct i2c_driver sgtl5000_i2c_driver = { | 1446 | static struct i2c_driver sgtl5000_i2c_driver = { |
1447 | .driver = { | 1447 | .driver = { |