Den 21.07.2019 16.06, skrev Sam Ravnborg:
After migrating several drivers to the generic fbdev there are no users left. Delete the function.
Noticed that there was no callers while browsing around in the drm_fb* code.
Last user was removed with: commit 13aff184ed9f ("drm/qxl: remove dead qxl fbdev emulation code") commit 26d4707d445d ("drm/qxl: use generic fbdev emulation")
Listing 2 commits for the same driver was confusing. I think you can drop the second one since it's the first that contained the function call.
Signed-off-by: Sam Ravnborg sam@ravnborg.org Cc: Noralf Trønnes noralf@tronnes.org Cc: Gerd Hoffmann kraxel@redhat.com Cc: Daniel Vetter daniel.vetter@ffwll.ch
Thanks for cleaning up.
Reviewed-by: Noralf Trønnes noralf@tronnes.org