drm/vc4: remove unused render_wait variable
authorTom Rix <trix@redhat.com>
Thu, 6 Apr 2023 15:12:03 +0000 (11:12 -0400)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 11 Apr 2023 12:15:18 +0000 (14:15 +0200)
commitc2ba16cddd6d13bfed8c8f0f288058f2a6eebaec
tree2ecc2537c773ff329ed6826d85bd3e75798283fc
parente3adc46da349d4a4cda1c58d8186c5bce0b011fd
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
drivers/gpu/drm/vc4/vc4_irq.c