forked from Minki/linux
iommu/rockchip: Drop owner assignment from platform_drivers
This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
parent
6d1b9cc9ee
commit
2c0ee8b85a
@ -1009,7 +1009,6 @@ static struct platform_driver rk_iommu_driver = {
|
|||||||
.remove = rk_iommu_remove,
|
.remove = rk_iommu_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "rk_iommu",
|
.name = "rk_iommu",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = of_match_ptr(rk_iommu_dt_ids),
|
.of_match_table = of_match_ptr(rk_iommu_dt_ids),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user