drm/nouveau: remove unused tu102_gr_load() function
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 Aug 2023 14:33:48 +0000 (16:33 +0200)
committerKarol Herbst <kherbst@redhat.com>
Thu, 3 Aug 2023 15:35:31 +0000 (17:35 +0200)
commit421dabcad1c69e02a41c0d601aefbc29ee3f5368
tree3cbdf954c4f7221d1b70df8894a2aa4781f1f185
parente4060dad253352382b20420d8ef98daab24dbc17
drm/nouveau: remove unused tu102_gr_load() function

tu102_gr_load() is completely unused and can be removed to address
this warning:

drivers/gpu/drm/nouveau/dispnv50/disp.c:2517:1: error: no previous prototype for 'nv50_display_create'

Another patch was sent in the meantime to mark the function static but
that would just cause a different warning about an unused function.

Fixes: 1cd97b5490c8 ("drm/nouveau/gr/tu102-: use sw_veid_bundle_init from firmware")
Link: https://lore.kernel.org/all/CACO55tuaNOYphHyB9+ygi9AnXVuF49etsW7x2X5K5iEtFNAAyw@mail.gmail.com/
Link: https://lore.kernel.org/all/20230417210310.2443152-1-arnd@kernel.org/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230803143358.13563-1-arnd@kernel.org
drivers/gpu/drm/nouveau/nvkm/engine/gr/tu102.c