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

Commit 75ece7b7 authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Dave Airlie
Browse files

drm/tilcdc: panel: Remove unused variable



Just a trivial cleanup to remove the variable.

Tested-by: default avatarDarren Etheridge <detheridge@ti.com>
Tested-by: default avatarJohannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: default avatarEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 9430dfa6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -340,8 +340,6 @@ static struct tilcdc_panel_info *of_get_panel_info(struct device_node *np)
	return info;
}

static struct of_device_id panel_of_match[];

static int panel_probe(struct platform_device *pdev)
{
	struct device_node *node = pdev->dev.of_node;