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

index 165bc86c596267f701cf6997422f953ec412227a..96fe33f0a045a15ba5a0692c0c029c8863f31e4c 100644 (file)
@@ -1505,7 +1505,6 @@ static struct platform_driver s5p_mfc_driver = {
        .id_table       = mfc_driver_ids,
        .driver = {
                .name   = S5P_MFC_NAME,
-               .owner  = THIS_MODULE,
                .pm     = &s5p_mfc_pm_ops,
                .of_match_table = exynos_mfc_match,
        },