mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08:00
staging: fsl-mc: 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 <weiyongjun1@huawei.com> Acked-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9f4feef54d
commit
053ead2202
@ -650,7 +650,6 @@ static const struct fsl_mc_device_id match_id_table[] = {
|
||||
static struct fsl_mc_driver fsl_mc_allocator_driver = {
|
||||
.driver = {
|
||||
.name = "fsl_mc_allocator",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = NULL,
|
||||
},
|
||||
.match_id_table = match_id_table,
|
||||
|
Loading…
Reference in New Issue
Block a user