drm/nouveau/acr/ga102: set variable ga102_gsps storage-class-specifier to static
authorTom Rix <trix@redhat.com>
Wed, 17 May 2023 13:31:12 +0000 (09:31 -0400)
committerKarol Herbst <kherbst@redhat.com>
Mon, 22 May 2023 14:39:04 +0000 (16:39 +0200)
commitcf0c4bc9e4e132b1992548ca8db30ec328b45403
tree6b722eb03558efef8b6e17ba64f2cb9cba96d9de
parent79802863a01999bb90c790f8fbc80c5c2f9c8fea
drm/nouveau/acr/ga102: set variable ga102_gsps storage-class-specifier to static

smatch reports
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ga102.c:49:1: warning: symbol
  'ga102_gsps' was not declared. Should it be static?

This variable is only used in its defining file, so it should be static

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230517133112.873856-1-trix@redhat.com
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ga102.c