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/tps65911-comparator.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/tps65911-comparator.c')
-rw-r--r-- | drivers/mfd/tps65911-comparator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/tps65911-comparator.c b/drivers/mfd/tps65911-comparator.c index c0816ebd9d7e..c0789f81a1c5 100644 --- a/drivers/mfd/tps65911-comparator.c +++ b/drivers/mfd/tps65911-comparator.c | |||
@@ -166,7 +166,6 @@ static int tps65911_comparator_remove(struct platform_device *pdev) | |||
166 | static struct platform_driver tps65911_comparator_driver = { | 166 | static struct platform_driver tps65911_comparator_driver = { |
167 | .driver = { | 167 | .driver = { |
168 | .name = "tps65911-comparator", | 168 | .name = "tps65911-comparator", |
169 | .owner = THIS_MODULE, | ||
170 | }, | 169 | }, |
171 | .probe = tps65911_comparator_probe, | 170 | .probe = tps65911_comparator_probe, |
172 | .remove = tps65911_comparator_remove, | 171 | .remove = tps65911_comparator_remove, |