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:
Родитель
054d0dbab3
Коммит
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,
|
||||
}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче