mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-21 09:08:45 +07:00
media: platform: s3c-camif: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
054d0dbab3
commit
30355dd734
@ -652,7 +652,6 @@ static struct platform_driver s3c_camif_driver = {
|
||||
.id_table = s3c_camif_driver_ids,
|
||||
.driver = {
|
||||
.name = S3C_CAMIF_DRIVER_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &s3c_camif_pm_ops,
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user