Skip to content
Unverified Commit 63569d90 authored by Tom Rix's avatar Tom Rix Committed by Maxime Ripard
Browse files

drm/vc4: change vc4_dma_range_matches from a global to static

sparse reports
drivers/gpu/drm/vc4/vc4_drv.c:270:27: warning: symbol 'vc4_dma_range_matches' was not declared. Should it be static?

vc4_dma_range_matches is only used in vc4_drv.c, so it's storage class specifier
should be static.

Fixes: da8e393e

 ("drm/vc4: drv: Adopt the dma configuration from the HVS or V3D component")
Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220629200101.498138-1-trix@redhat.com
parent 6fb5ee7c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment