]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
media: platform: omap3isp: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:47 +0000 (16:20 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:47 +0000 (16:20 +0200)
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>
drivers/media/platform/omap3isp/isp.c

index 72265e58ca6090add9643759a8ad92a79e4f03bc..51c2129bdcc64e45e1467c2c2f0f533ebe70f113 100644 (file)
@@ -2380,7 +2380,6 @@ static struct platform_driver omap3isp_driver = {
        .remove = isp_remove,
        .id_table = omap3isp_id_table,
        .driver = {
-               .owner = THIS_MODULE,
                .name = "omap3isp",
                .pm     = &omap3isp_pm_ops,
        },