1
0
Fork 0

reset: sti: 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>
hifive-unleashed-5.1
Wolfram Sang 2014-10-20 16:21:30 +02:00
parent 569d5e911b
commit d373860d70
2 changed files with 0 additions and 2 deletions

View File

@ -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,
},
};

View File

@ -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,
},
};