diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:53 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:53 -0400 |
commit | 78a835416ad6d5b0d67f264d592906fade309ea2 (patch) | |
tree | 36bfae71e68a26fb8e96c8605786cc5ec52bea2e /drivers/mfd/ab8500-debugfs.c | |
parent | 1a22cd17483e4e574b7c1d624be48b47404aea2d (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-debugfs.c')
-rw-r--r-- | drivers/mfd/ab8500-debugfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c index b2c7e3b1edfa..9a8e185f11df 100644 --- a/drivers/mfd/ab8500-debugfs.c +++ b/drivers/mfd/ab8500-debugfs.c | |||
@@ -3263,7 +3263,6 @@ static int ab8500_debug_remove(struct platform_device *plf) | |||
3263 | static struct platform_driver ab8500_debug_driver = { | 3263 | static struct platform_driver ab8500_debug_driver = { |
3264 | .driver = { | 3264 | .driver = { |
3265 | .name = "ab8500-debug", | 3265 | .name = "ab8500-debug", |
3266 | .owner = THIS_MODULE, | ||
3267 | }, | 3266 | }, |
3268 | .probe = ab8500_debug_probe, | 3267 | .probe = ab8500_debug_probe, |
3269 | .remove = ab8500_debug_remove | 3268 | .remove = ab8500_debug_remove |