mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
spmi: 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:
parent
14ac00e033
commit
f271fbddfa
1 changed files with 0 additions and 1 deletions
|
@ -768,7 +768,6 @@ static struct platform_driver spmi_pmic_arb_driver = {
|
||||||
.remove = spmi_pmic_arb_remove,
|
.remove = spmi_pmic_arb_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "spmi_pmic_arb",
|
.name = "spmi_pmic_arb",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = spmi_pmic_arb_match_table,
|
.of_match_table = spmi_pmic_arb_match_table,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue