summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/arm-smmu.c')
-rw-r--r--drivers/iommu/arm-smmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/arm-smmu.c b/drivers/iommu/arm-smmu.c
index b8aac1389a96..6cd47b75286f 100644
--- a/drivers/iommu/arm-smmu.c
+++ b/drivers/iommu/arm-smmu.c
@@ -2136,7 +2136,6 @@ static int arm_smmu_device_remove(struct platform_device *pdev)
2136 2136
2137static struct platform_driver arm_smmu_driver = { 2137static struct platform_driver arm_smmu_driver = {
2138 .driver = { 2138 .driver = {
2139 .owner = THIS_MODULE,
2140 .name = "arm-smmu", 2139 .name = "arm-smmu",
2141 .of_match_table = of_match_ptr(arm_smmu_of_match), 2140 .of_match_table = of_match_ptr(arm_smmu_of_match),
2142 }, 2141 },