Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[cascardo/linux.git] / drivers / gpu / drm / sti / sti_drm_drv.c
index 9ce7574..5239fa1 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,
        },