summaryrefslogtreecommitdiff
path: root/drivers/iommu/ipmmu-vmsa.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 18:20:42 +0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 18:20:42 +0400
commit98b773cf7b6b0d1c2e809702c5c05cf59eaefda8 (patch)
treeeeec8e3a14d1e959f843848bf53e3fb54fec5c3e /drivers/iommu/ipmmu-vmsa.c
parent7b8f16c2d1a81b29035379b471226ea09817a29c (diff)
downloadlinux-98b773cf7b6b0d1c2e809702c5c05cf59eaefda8.tar.xz
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. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/iommu/ipmmu-vmsa.c')
-rw-r--r--drivers/iommu/ipmmu-vmsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 7dab5cbcc775..33c9d5327e70 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -1221,7 +1221,6 @@ static int ipmmu_remove(struct platform_device *pdev)
static struct platform_driver ipmmu_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "ipmmu-vmsa",
},
.probe = ipmmu_probe,