Skip to content

Commit

Permalink
iommu/rockchip: Drop owner assignment from platform_drivers
Browse files Browse the repository at this point in the history
This platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
  • Loading branch information
Wolfram Sang authored and joergroedel committed Jan 5, 2015
1 parent 6d1b9cc commit 2c0ee8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iommu/rockchip-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,6 @@ static struct platform_driver rk_iommu_driver = {
.remove = rk_iommu_remove,
.driver = {
.name = "rk_iommu",
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(rk_iommu_dt_ids),
},
};
Expand Down

0 comments on commit 2c0ee8b

Please sign in to comment.