|
@@ -278,7 +278,6 @@ static int rcar_du_remove(struct platform_device *pdev)
|
|
|
struct rcar_du_device *rcdu = platform_get_drvdata(pdev);
|
|
|
struct drm_device *ddev = rcdu->ddev;
|
|
|
|
|
|
- drm_connector_unregister_all(ddev);
|
|
|
drm_dev_unregister(ddev);
|
|
|
|
|
|
if (rcdu->fbdev)
|
|
@@ -360,10 +359,6 @@ static int rcar_du_probe(struct platform_device *pdev)
|
|
|
if (ret)
|
|
|
goto error;
|
|
|
|
|
|
- ret = drm_connector_register_all(ddev);
|
|
|
- if (ret < 0)
|
|
|
- goto error;
|
|
|
-
|
|
|
DRM_INFO("Device %s probed\n", dev_name(&pdev->dev));
|
|
|
|
|
|
return 0;
|