mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
uio: uio_fsl_elbc_gpcm: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2c363576db
commit
f4eebb60a3
@ -475,7 +475,6 @@ MODULE_DEVICE_TABLE(of, uio_fsl_elbc_gpcm_match);
|
||||
static struct platform_driver uio_fsl_elbc_gpcm_driver = {
|
||||
.driver = {
|
||||
.name = "fsl,elbc-gpcm-uio",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = uio_fsl_elbc_gpcm_match,
|
||||
},
|
||||
.probe = uio_fsl_elbc_gpcm_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user