summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2014-05-20 11:26:12 -0700
committerTakashi Iwai <tiwai@suse.de>2014-05-20 20:56:49 +0200
commitf73387cb6b1f1534e56669e6aecefae1be867f59 (patch)
treeb9593401e089706d61f28acac4e99a74a228cb08 /sound/pci
parent3c320f3f5649667874d754e59bdd84dab185fe04 (diff)
downloadlinux-stable-f73387cb6b1f1534e56669e6aecefae1be867f59.tar.gz
linux-stable-f73387cb6b1f1534e56669e6aecefae1be867f59.tar.bz2
linux-stable-f73387cb6b1f1534e56669e6aecefae1be867f59.zip
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>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_tegra.c2
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)
{