drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Aug 2015 13:22:10 +0000 (15:22 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Aug 2015 12:13:08 +0000 (14:13 +0200)
commit3d9e35a92e935e1f968e79f0e0b72ce4b9f14c3e
treec937d4fb622c69514150b0aa25e59f415d1b3108
parent55579cfe67d76394be46f00acef8854d08db5362
drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*()

As of commit 5ea1f752ae04be40 ("drm: add
drm_fb_helper_restore_fbdev_mode_unlocked()"),
drm_fb_helper_restore_fbdev_mode() is no longer public, and drivers
should call drm_fb_helper_restore_fbdev_mode_unlocked() from their
->lastclose callbacks instead.

Update the documentation to reflect this, and absorb the one liner
drm_fb_helper_restore_fbdev_mode() into its single caller.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_fb_helper.c