edac: 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>
This commit is contained in:
@@ -715,7 +715,6 @@ static struct platform_driver mpc85xx_l2_err_driver = {
|
||||
.remove = mpc85xx_l2_err_remove,
|
||||
.driver = {
|
||||
.name = "mpc85xx_l2_err",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mpc85xx_l2_err_of_match,
|
||||
},
|
||||
};
|
||||
@@ -1215,7 +1214,6 @@ static struct platform_driver mpc85xx_mc_err_driver = {
|
||||
.remove = mpc85xx_mc_err_remove,
|
||||
.driver = {
|
||||
.name = "mpc85xx_mc_err",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mpc85xx_mc_err_of_match,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user