]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: hda/tegra - Fix MODULE_DEVICE_TABLE typo.
authorDylan Reid <dgreid@chromium.org>
Tue, 20 May 2014 18:26:12 +0000 (11:26 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 May 2014 18:56:49 +0000 (20:56 +0200)
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>
sound/pci/hda/hda_tegra.c

index e472bc882fc1bc8047fdb740e6a1b85b13f7f70f..086fd062257cd4d989619767e797a0c728487952 100644 (file)
@@ -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)
 {