Skip to content

Commit

Permalink
reset: sti: drop owner assignment from platform_drivers
Browse files Browse the repository at this point in the history
A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
Wolfram Sang committed Oct 20, 2014
1 parent 569d5e9 commit d373860
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/reset/sti/reset-stih415.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ static struct platform_driver stih415_reset_driver = {
.probe = syscfg_reset_probe,
.driver = {
.name = "reset-stih415",
.owner = THIS_MODULE,
.of_match_table = stih415_reset_match,
},
};
Expand Down
1 change: 0 additions & 1 deletion drivers/reset/sti/reset-stih416.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ static struct platform_driver stih416_reset_driver = {
.probe = syscfg_reset_probe,
.driver = {
.name = "reset-stih416",
.owner = THIS_MODULE,
.of_match_table = stih416_reset_match,
},
};
Expand Down

0 comments on commit d373860

Please sign in to comment.