]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/sti/sti_drm_drv.c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[karo-tx-linux.git] / drivers / gpu / drm / sti / sti_drm_drv.c
index 9ce7574ac8736385c2dcf123a4215cc3d270587c..5239fa12172683cd2313e3863107acc26c7c08c0 100644 (file)
@@ -188,7 +188,6 @@ static struct platform_driver sti_drm_master_driver = {
        .probe = sti_drm_master_probe,
        .remove = sti_drm_master_remove,
        .driver = {
-               .owner = THIS_MODULE,
                .name = DRIVER_NAME "__master",
        },
 };
@@ -232,7 +231,6 @@ static struct platform_driver sti_drm_platform_driver = {
        .probe = sti_drm_platform_probe,
        .remove = sti_drm_platform_remove,
        .driver = {
-               .owner = THIS_MODULE,
                .name = DRIVER_NAME,
                .of_match_table = sti_drm_dt_ids,
        },