Re: (subset) [PATCH] drm/vc4: change vc4_dma_range_matches from a global to static

From: Maxime Ripard
Date: Thu Jun 30 2022 - 03:40:56 EST


On Wed, 29 Jun 2022 16:01:01 -0400, Tom Rix wrote:
> 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.
>
>
> [...]

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime