mirror of https://gitee.com/openkylin/linux.git
hwrng: pic32 - Delete unnecessary assignment for the field "owner"
The field "owner" is set by the core. Thus delete an unneeded initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
dabc7904a7
commit
c5f91cde6b
|
@ -143,7 +143,6 @@ static struct platform_driver pic32_rng_driver = {
|
|||
.remove = pic32_rng_remove,
|
||||
.driver = {
|
||||
.name = "pic32-rng",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(pic32_rng_of_match),
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue