浏览代码

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: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Dylan Reid 11 年之前
父节点
当前提交
f73387cb6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/pci/hda/hda_tegra.c

+ 1 - 1
sound/pci/hda/hda_tegra.c

@@ -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)
 {
 {