diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 14:20:53 (GMT) |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 14:20:53 (GMT) |
commit | 78a835416ad6d5b0d67f264d592906fade309ea2 (patch) | |
tree | 36bfae71e68a26fb8e96c8605786cc5ec52bea2e /drivers/mfd/mcp-sa11x0.c | |
parent | 1a22cd17483e4e574b7c1d624be48b47404aea2d (diff) | |
download | linux-78a835416ad6d5b0d67f264d592906fade309ea2.tar.xz |
mfd: 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/mfd/mcp-sa11x0.c')
-rw-r--r-- | drivers/mfd/mcp-sa11x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/mcp-sa11x0.c b/drivers/mfd/mcp-sa11x0.c index 29d7698..1fc4581 100644 --- a/drivers/mfd/mcp-sa11x0.c +++ b/drivers/mfd/mcp-sa11x0.c @@ -299,7 +299,6 @@ static struct platform_driver mcp_sa11x0_driver = { .remove = mcp_sa11x0_remove, .driver = { .name = DRIVER_NAME, - .owner = THIS_MODULE, .pm = &mcp_sa11x0_pm_ops, }, }; |