Commit f510f34c authored by Daniel Vetter's avatar Daniel Vetter

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment