drm/nouveau/mc/ga100: make ga100_mc_device static
authorBen Dooks <ben-linux@fluff.org>
Thu, 29 Dec 2022 15:52:49 +0000 (15:52 +0000)
committerKarol Herbst <kherbst@redhat.com>
Tue, 11 Apr 2023 15:03:03 +0000 (17:03 +0200)
commitac9aa21bdf40828583f73ae755dcee6bb1e9b3cb
tree5dcd42b5608476620b4400085ca4e882086640d8
parentc2ba16cddd6d13bfed8c8f0f288058f2a6eebaec
drm/nouveau/mc/ga100: make ga100_mc_device static

Make ga100_mc_device static as it isn't exported, to
fix the following sparse warning:

drivers/gpu/drm/nouveau/nvkm/subdev/mc/ga100.c:51:1: warning: symbol 'ga100_mc_device' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221229155249.669436-1-ben-linux@fluff.org
drivers/gpu/drm/nouveau/nvkm/subdev/mc/ga100.c