Skip to content

Commit

Permalink
ALSA: hda/tegra - Fix MODULE_DEVICE_TABLE typo.
Browse files Browse the repository at this point in the history
I missed a rename during the review process.  Fix the
MODULE_DEVICE_TABLE to match the structure.

Signed-off-by: Dylan Reid <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
dgreid authored and tiwai committed May 20, 2014
1 parent 3c320f3 commit f73387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/hda_tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f73387c

Please sign in to comment.