aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_drm_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/sti/sti_drm_drv.c')
-rw-r--r--drivers/gpu/drm/sti/sti_drm_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sti/sti_drm_drv.c b/drivers/gpu/drm/sti/sti_drm_drv.c
index 223d93c3a05d..8e64220e8796 100644
--- a/drivers/gpu/drm/sti/sti_drm_drv.c
+++ b/drivers/gpu/drm/sti/sti_drm_drv.c
@@ -184,7 +184,6 @@ static struct platform_driver sti_drm_master_driver = {
184 .probe = sti_drm_master_probe, 184 .probe = sti_drm_master_probe,
185 .remove = sti_drm_master_remove, 185 .remove = sti_drm_master_remove,
186 .driver = { 186 .driver = {
187 .owner = THIS_MODULE,
188 .name = DRIVER_NAME "__master", 187 .name = DRIVER_NAME "__master",
189 }, 188 },
190}; 189};
@@ -228,7 +227,6 @@ static struct platform_driver sti_drm_platform_driver = {
228 .probe = sti_drm_platform_probe, 227 .probe = sti_drm_platform_probe,
229 .remove = sti_drm_platform_remove, 228 .remove = sti_drm_platform_remove,
230 .driver = { 229 .driver = {
231 .owner = THIS_MODULE,
232 .name = DRIVER_NAME, 230 .name = DRIVER_NAME,
233 .of_match_table = sti_drm_dt_ids, 231 .of_match_table = sti_drm_dt_ids,
234 }, 232 },