Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f510f34c authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/vc4: Remove unused connector



Somehow I didn't spot this when pushing :(

Fixes: 398e9799 ("drm/vc4: Remove open-coded drm_connector_register_all()")
Acked-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
parent fa7d81bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -176,7 +176,6 @@ static int vc4_drm_bind(struct device *dev)
{
	struct platform_device *pdev = to_platform_device(dev);
	struct drm_device *drm;
	struct drm_connector *connector;
	struct vc4_dev *vc4;
	int ret = 0;