diff options
author | Dylan Reid <dgreid@chromium.org> | 2014-05-20 11:26:12 -0700 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-05-20 20:56:49 +0200 |
commit | f73387cb6b1f1534e56669e6aecefae1be867f59 (patch) | |
tree | b9593401e089706d61f28acac4e99a74a228cb08 /sound/pci | |
parent | 3c320f3f5649667874d754e59bdd84dab185fe04 (diff) |
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.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 e472bc882fc..086fd062257 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) { |