diff --git a/[refs] b/[refs] index ad889bb324e4..3fc316844762 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 32501459be6dc9378a3da63cadee929c26e11368 +refs/heads/master: 1733d010b1fe279e379afd549608ed1dd360a019 diff --git a/trunk/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/trunk/drivers/gpu/drm/tilcdc/tilcdc_panel.c index 580b74e2022b..719e8ecc483e 100644 --- a/trunk/drivers/gpu/drm/tilcdc/tilcdc_panel.c +++ b/trunk/drivers/gpu/drm/tilcdc/tilcdc_panel.c @@ -305,7 +305,7 @@ static const struct tilcdc_module_ops panel_module_ops = { */ /* maybe move this somewhere common if it is needed by other outputs? */ -static struct tilcdc_panel_info * of_get_panel_info(struct device_node *np) +static struct tilcdc_panel_info *of_get_panel_info(struct device_node *np) { struct device_node *info_np; struct tilcdc_panel_info *info;