From: Axel Lin Date: Thu, 11 Aug 2011 14:19:16 +0000 (+0800) Subject: ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids X-Git-Tag: upstream/snapshot3+hdmi~7307^2~945 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c54c6de1aaad76092a1bc3194b351956d071b84;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index 666fae6..91130fb 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[] = { { .compatible = "fsl,sgtl5000", }, { /* sentinel */ } }; -MODULE_DEVICE_TABLE(i2c, sgtl5000_dt_ids); +MODULE_DEVICE_TABLE(of, sgtl5000_dt_ids); static struct i2c_driver sgtl5000_i2c_driver = { .driver = {