summaryrefslogtreecommitdiffstats
path: root/drivers/soc/ti/knav_dma.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:35 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:35 +0200
commit72c6293340bb2fea5ced8fdecc7d765fd6828731 (patch)
tree8d6291de7e2b12ddba2e135f3369b7de094fd7b7 /drivers/soc/ti/knav_dma.c
parentsoc: tegra: fuse: drop owner assignment from platform_drivers (diff)
downloadlinux-72c6293340bb2fea5ced8fdecc7d765fd6828731.tar.xz
linux-72c6293340bb2fea5ced8fdecc7d765fd6828731.zip
soc: ti: 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/soc/ti/knav_dma.c')
-rw-r--r--drivers/soc/ti/knav_dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/ti/knav_dma.c b/drivers/soc/ti/knav_dma.c
index 17264275f32b..bc1b80ec6afe 100644
--- a/drivers/soc/ti/knav_dma.c
+++ b/drivers/soc/ti/knav_dma.c
@@ -803,7 +803,6 @@ static struct platform_driver knav_dma_driver = {
.remove = knav_dma_remove,
.driver = {
.name = "keystone-navigator-dma",
- .owner = THIS_MODULE,
.of_match_table = of_match,
},
};