提交 f73387cb 编写于 作者: D Dylan Reid 提交者: Takashi Iwai

ALSA: hda/tegra - Fix MODULE_DEVICE_TABLE typo.

I missed a rename during the review process.  Fix the
MODULE_DEVICE_TABLE to match the structure.
Signed-off-by: NDylan Reid <dgreid@chromium.org>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 3c320f3f
...@@ -496,7 +496,7 @@ static const struct of_device_id hda_tegra_match[] = { ...@@ -496,7 +496,7 @@ static const struct of_device_id hda_tegra_match[] = {
{ .compatible = "nvidia,tegra30-hda" }, { .compatible = "nvidia,tegra30-hda" },
{}, {},
}; };
MODULE_DEVICE_TABLE(of, tegra_platform_hda_match); MODULE_DEVICE_TABLE(of, hda_tegra_match);
static int hda_tegra_probe(struct platform_device *pdev) static int hda_tegra_probe(struct platform_device *pdev)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册