aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ssbi.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/ssbi.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/ssbi.c')
-rw-r--r--drivers/mfd/ssbi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/ssbi.c b/drivers/mfd/ssbi.c
index b78942ed4c67..27986f641f7d 100644
--- a/drivers/mfd/ssbi.c
+++ b/drivers/mfd/ssbi.c
@@ -327,7 +327,6 @@ static struct platform_driver ssbi_driver = {
327 .probe = ssbi_probe, 327 .probe = ssbi_probe,
328 .driver = { 328 .driver = {
329 .name = "ssbi", 329 .name = "ssbi",
330 .owner = THIS_MODULE,
331 .of_match_table = ssbi_match_table, 330 .of_match_table = ssbi_match_table,
332 }, 331 },
333}; 332};