aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:29 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:29 +0200
commit496b2da10ea0ad0690e83cd58e8663b8bd76c76f (patch)
treea14f46d965962e4732ba2b712240ca56f2119471 /drivers/dma
parentdma: bestcomm: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-496b2da10ea0ad0690e83cd58e8663b8bd76c76f.tar.xz
linux-dev-496b2da10ea0ad0690e83cd58e8663b8bd76c76f.zip
dma: ipu: 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/dma')
-rw-r--r--drivers/dma/ipu/ipu_idmac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/ipu/ipu_idmac.c b/drivers/dma/ipu/ipu_idmac.c
index bbf62927bd72..c2b017ad139d 100644
--- a/drivers/dma/ipu/ipu_idmac.c
+++ b/drivers/dma/ipu/ipu_idmac.c
@@ -1783,7 +1783,6 @@ static int ipu_remove(struct platform_device *pdev)
static struct platform_driver ipu_platform_driver = {
.driver = {
.name = "ipu-core",
- .owner = THIS_MODULE,
},
.remove = ipu_remove,
};