Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358838
b: refs/heads/master
c: 573f414
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Joerg Roedel committed Feb 19, 2013
1 parent 5c1f632 commit 52b5775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e664e8c098aef984dcd5f17e8a5c8fad2cdd8406
refs/heads/master: 573f4145024598990d7191523f86a6d5233be751
4 changes: 1 addition & 3 deletions trunk/drivers/iommu/tegra-smmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1267,13 +1267,11 @@ const struct dev_pm_ops tegra_smmu_pm_ops = {
.resume = tegra_smmu_resume,
};

#ifdef CONFIG_OF
static struct of_device_id tegra_smmu_of_match[] = {
{ .compatible = "nvidia,tegra30-smmu", },
{ },
};
MODULE_DEVICE_TABLE(of, tegra_smmu_of_match);
#endif

static struct platform_driver tegra_smmu_driver = {
.probe = tegra_smmu_probe,
Expand All @@ -1282,7 +1280,7 @@ static struct platform_driver tegra_smmu_driver = {
.owner = THIS_MODULE,
.name = "tegra-smmu",
.pm = &tegra_smmu_pm_ops,
.of_match_table = of_match_ptr(tegra_smmu_of_match),
.of_match_table = tegra_smmu_of_match,
},
};

Expand Down

0 comments on commit 52b5775

Please sign in to comment.