summaryrefslogtreecommitdiff
path: root/drivers/iommu
diff options
context:
space:
mode:
authorHiroshi DOYU <hdoyu@nvidia.com>2012-07-13 19:16:23 +0300
committerVarun Colbert <vcolbert@nvidia.com>2012-08-01 17:26:53 -0700
commitb246a36660e1797dac05accd7565f5a9a9f8ecf9 (patch)
tree54936d766c81d0108b9289b3b504da7c7e231414 /drivers/iommu
parentc67324284f40e70086242c07b2e44d7c5e8beafc (diff)
iommu/tegra: smmu: rename "tegra-smmu" to "tegra_smmu"
*HACK* To adjust legacy name internally to support IOMMU and IOVMM at once. Change-Id: If216611c683d014514bbd3914ab8a9d098d9c618 Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com> Reviewed-on: http://git-master/r/118706 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/tegra-smmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
index 891ddddc8119..622d7d0774a8 100644
--- a/drivers/iommu/tegra-smmu.c
+++ b/drivers/iommu/tegra-smmu.c
@@ -1210,7 +1210,7 @@ static struct platform_driver tegra_smmu_driver = {
.remove = tegra_smmu_remove,
.driver = {
.owner = THIS_MODULE,
- .name = "tegra-smmu",
+ .name = "tegra_smmu",
.pm = &tegra_smmu_pm_ops,
},
};