From: Wolfram Sang Date: Mon, 20 Oct 2014 14:20:47 +0000 (+0200) Subject: media: platform: s3c-camif: drop owner assignment from platform_drivers X-Git-Tag: v3.19-rc1~78^2~25^2~197 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=30355dd734c8f427ad2e89d6f0fc5ab074db6fac;p=karo-tx-linux.git 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 --- diff --git a/drivers/media/platform/s3c-camif/camif-core.c b/drivers/media/platform/s3c-camif/camif-core.c index b38574702fe9..e7163cad81cb 100644 --- a/drivers/media/platform/s3c-camif/camif-core.c +++ b/drivers/media/platform/s3c-camif/camif-core.c @@ -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, } };