Commit 496b2da10ea0ad0690e83cd58e8663b8bd76c76f

Authored by Wolfram Sang
1 parent d45acddd85

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/dma/ipu/ipu_idmac.c
... ... @@ -1783,7 +1783,6 @@
1783 1783 static struct platform_driver ipu_platform_driver = {
1784 1784 .driver = {
1785 1785 .name = "ipu-core",
1786   - .owner = THIS_MODULE,
1787 1786 },
1788 1787 .remove = ipu_remove,
1789 1788 };