wan/fsl_ucc_hdlc: remove .owner field for driver
Remove .owner field if calls are used which set it automatically. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3ad7b1477e
commit
9d5658e65c
|
@ -1168,7 +1168,6 @@ static struct platform_driver ucc_hdlc_driver = {
|
|||
.probe = ucc_hdlc_probe,
|
||||
.remove = ucc_hdlc_remove,
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = DRV_NAME,
|
||||
.pm = HDLC_PM_OPS,
|
||||
.of_match_table = fsl_ucc_hdlc_of_match,
|
||||
|
|
Loading…
Reference in New Issue