summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/omap_remoteproc.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:29 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:29 +0200
commit51aa31b49fa0be1062c44eb74f242dfc4ae7c496 (patch)
treef22116e3ddf6cdaa8b63645b356e5dd8d1791720 /drivers/remoteproc/omap_remoteproc.c
parent6c794b2654555d6af7572e3a8f13b2b39126df0c (diff)
remoteproc: 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/remoteproc/omap_remoteproc.c')
-rw-r--r--drivers/remoteproc/omap_remoteproc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/remoteproc/omap_remoteproc.c b/drivers/remoteproc/omap_remoteproc.c
index 51689721ea7a..a0128cd13ef8 100644
--- a/drivers/remoteproc/omap_remoteproc.c
+++ b/drivers/remoteproc/omap_remoteproc.c
@@ -228,7 +228,6 @@ static struct platform_driver omap_rproc_driver = {
.remove = omap_rproc_remove,
.driver = {
.name = "omap-rproc",
- .owner = THIS_MODULE,
},
};