drm/vc4: drv: Remove unused variable
authorMaxime Ripard <maxime@cerno.tech>
Mon, 2 Nov 2020 16:29:08 +0000 (17:29 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 3 Nov 2020 09:11:05 +0000 (10:11 +0100)
commit077aa5c8dd6e2b9c721e8cb3d98a3aa8ecb0e2ef
tree133771ae18ea724ee6f4f03e65ddd65b026c14ce
parent876b15d2c88d8c005f1aebeaa23f1e448d834757
drm/vc4: drv: Remove unused variable

The commit dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state
objects") removed the last users of the vc4 variable, but didn't remove
that variable resulting in a warning.

Fixes: dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state objects")
Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201102162908.1436567-1-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_drv.c