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:
Wolfram Sang 2014-10-20 16:20:47 +02:00
Родитель 054d0dbab3
Коммит 30355dd734
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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,
}
};