mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09: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:
committed by
Greg Kroah-Hartman
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,
|
||||
|
||||
Reference in New Issue
Block a user