From: Dylan Reid Date: Tue, 20 May 2014 18:26:12 +0000 (-0700) Subject: ALSA: hda/tegra - Fix MODULE_DEVICE_TABLE typo. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f73387cb6b1f1534e56669e6aecefae1be867f59;p=linux-beck.git 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 Signed-off-by: Takashi Iwai --- 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) {