diff options
| author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:42 +0200 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:14:36 -0700 |
| commit | 56384cba239eb378c663f853352bcaec97da4817 (patch) | |
| tree | 7fdac1e49167d71803eadfe492640c6b05493ce6 | |
| parent | 75a6af118d88791a78eb8a98db4e31f83ee7d91d (diff) | |
iommu: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Change-Id: I4382a4b82bba56cf5cd2c2bfe56cdbafeb647cb8
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
[pdaly@codeaurora.org Resolve minor conflicts]
| -rw-r--r-- | drivers/iommu/arm-smmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/arm-smmu.c b/drivers/iommu/arm-smmu.c index f9da1c283b45..505ff739f771 100644 --- a/drivers/iommu/arm-smmu.c +++ b/drivers/iommu/arm-smmu.c @@ -3481,7 +3481,6 @@ static int arm_smmu_device_remove(struct platform_device *pdev) static struct platform_driver arm_smmu_driver = { .driver = { - .owner = THIS_MODULE, .name = "arm-smmu", .of_match_table = of_match_ptr(arm_smmu_of_match), }, |
