aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ab8500-core.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:53 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:53 -0400
commit78a835416ad6d5b0d67f264d592906fade309ea2 (patch)
tree36bfae71e68a26fb8e96c8605786cc5ec52bea2e /drivers/mfd/ab8500-core.c
parent1a22cd17483e4e574b7c1d624be48b47404aea2d (diff)
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/ab8500-core.c')
-rw-r--r--drivers/mfd/ab8500-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c
index bde2fc072410..c80a2925f8e5 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -1848,7 +1848,6 @@ static const struct platform_device_id ab8500_id[] = {
1848static struct platform_driver ab8500_core_driver = { 1848static struct platform_driver ab8500_core_driver = {
1849 .driver = { 1849 .driver = {
1850 .name = "ab8500-core", 1850 .name = "ab8500-core",
1851 .owner = THIS_MODULE,
1852 }, 1851 },
1853 .probe = ab8500_probe, 1852 .probe = ab8500_probe,
1854 .remove = ab8500_remove, 1853 .remove = ab8500_remove,