drm/fb: remove unused function: drm_gem_fbdev_fb_create()
authorSam Ravnborg <sam@ravnborg.org>
Sun, 21 Jul 2019 14:06:10 +0000 (16:06 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 21 Jul 2019 17:32:38 +0000 (19:32 +0200)
commit73415b4ea5b5a257db6b5bd135b305cd945e63de
tree20436719718bcb8bc5d8240790c9770b7c0166d9
parentb72cb0dc4c46fe75a52a9adb4a13ba1213e50000
drm/fb: remove unused function: drm_gem_fbdev_fb_create()

After migrating several drivers to the generic fbdev
emulation there are no users left of drm_gem_fbdev_fb_create.
Delete the function.

Noticed that there was no callers while browsing
around in the drm_fb* code.

The code that referenced the function was removed by:
commit 13aff184ed9f ("drm/qxl: remove dead qxl fbdev emulation code")

The actual use was removed by:
commit 26d4707d445d ("drm/qxl: use generic fbdev emulation")

v2:
- Updated changelog based on feedback from Noralf

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190721140610.GA20842@ravnborg.org
drivers/gpu/drm/drm_gem_framebuffer_helper.c
include/drm/drm_gem_framebuffer_helper.h