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

Commit 30457676 authored by Wei Yongjun's avatar Wei Yongjun Committed by Jyri Sarha
Browse files

drm/tilcdc: Fix non static symbol warning



Fixes the following sparse warning:

drivers/gpu/drm/tilcdc/tilcdc_drv.c:64:5: warning:
 symbol 'tilcdc_atomic_check' was not declared. Should it be static?

Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
parent 952e8fae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ static void tilcdc_fb_output_poll_changed(struct drm_device *dev)
	drm_fbdev_cma_hotplug_event(priv->fbdev);
}

int tilcdc_atomic_check(struct drm_device *dev,
static int tilcdc_atomic_check(struct drm_device *dev,
			       struct drm_atomic_state *state)
{
	int ret;