mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 05:35:12 +07:00
ath10k: snoc: Remove owner assignment from platform_driver
Structure platform_driver does not need to set the owner field, as this will be populated by the driver core. Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
cfb353c0dc
commit
469bd5eab6
@ -1385,7 +1385,6 @@ static struct platform_driver ath10k_snoc_driver = {
|
|||||||
.remove = ath10k_snoc_remove,
|
.remove = ath10k_snoc_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "ath10k_snoc",
|
.name = "ath10k_snoc",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = ath10k_snoc_dt_match,
|
.of_match_table = ath10k_snoc_dt_match,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user