Commit fef6d35d authored by Xiang wangx's avatar Xiang wangx Committed by Jyri Sarha
Browse files

drm/tilcdc: add const to of_device_id

parent 9758ff2f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -60,8 +60,6 @@ void tilcdc_module_cleanup(struct tilcdc_module *mod)
	list_del(&mod->list);
}

static struct of_device_id tilcdc_of_match[];

static int tilcdc_atomic_check(struct drm_device *dev,
			       struct drm_atomic_state *state)
{
@@ -587,7 +585,7 @@ static int tilcdc_pdev_remove(struct platform_device *pdev)
	return 0;
}

static struct of_device_id tilcdc_of_match[] = {
static const struct of_device_id tilcdc_of_match[] = {
		{ .compatible = "ti,am33xx-tilcdc", },
		{ .compatible = "ti,da850-tilcdc", },
		{ },