summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/shmobile-ipmmu.c
diff options
context:
space:
mode:
authorWolfram Sang2014-10-20 16:20:42 +0200
committerWolfram Sang2014-10-20 16:20:42 +0200
commit98b773cf7b6b0d1c2e809702c5c05cf59eaefda8 (patch)
treeeeec8e3a14d1e959f843848bf53e3fb54fec5c3e /drivers/iommu/shmobile-ipmmu.c
parentinput: touchscreen: drop owner assignment from platform_drivers (diff)
downloadkernel-qcow2-linux-98b773cf7b6b0d1c2e809702c5c05cf59eaefda8.tar.gz
kernel-qcow2-linux-98b773cf7b6b0d1c2e809702c5c05cf59eaefda8.tar.xz
kernel-qcow2-linux-98b773cf7b6b0d1c2e809702c5c05cf59eaefda8.zip
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/shmobile-ipmmu.c')
-rw-r--r--drivers/iommu/shmobile-ipmmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/shmobile-ipmmu.c b/drivers/iommu/shmobile-ipmmu.c
index bd97adecb1fd..951651a9746b 100644
--- a/drivers/iommu/shmobile-ipmmu.c
+++ b/drivers/iommu/shmobile-ipmmu.c
@@ -118,7 +118,6 @@ static int ipmmu_probe(struct platform_device *pdev)
static struct platform_driver ipmmu_driver = {
.probe = ipmmu_probe,
.driver = {
- .owner = THIS_MODULE,
.name = "ipmmu",
},
};