diff options
Diffstat (limited to 'sound/pci/hda/hda_tegra.c')
-rw-r--r-- | sound/pci/hda/hda_tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c index e472bc882fc1..086fd062257c 100644 --- a/sound/pci/hda/hda_tegra.c +++ b/sound/pci/hda/hda_tegra.c @@ -496,7 +496,7 @@ static const struct of_device_id hda_tegra_match[] = { { .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) { |