Skip to content

Commit c2ba16c

Browse files
Tom Rixmripard
authored andcommitted
drm/vc4: remove unused render_wait variable
smatch reports drivers/gpu/drm/vc4/vc4_irq.c:60:1: warning: symbol 'render_wait' was not declared. Should it be static? This variable is not used so remove it. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20230406151203.1953812-1-trix@redhat.com
1 parent e3adc46 commit c2ba16c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/vc4/vc4_irq.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
V3D_INT_FLDONE | \
5858
V3D_INT_FRDONE)
5959

60-
DECLARE_WAIT_QUEUE_HEAD(render_wait);
61-
6260
static void
6361
vc4_overflow_mem_work(struct work_struct *work)
6462
{

0 commit comments

Comments
 (0)