Skip to content

Commit

Permalink
drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()
Browse files Browse the repository at this point in the history
Since commit 8e86dee ("drm/fb-helper: Remove drm_fb_helper_defio_init() and update docs")
this inline helper not used anymore.

Fixes: 8e86dee ("drm/fb-helper: Remove drm_fb_helper_defio_init() and update docs")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230725021317.8080-1-yuehaibing@huawei.com
  • Loading branch information
YueHaibing authored and Thomas Zimmermann committed Jul 25, 2023
1 parent ea293f8 commit 39b1320
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/drm/drm_fb_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,6 @@ static inline void drm_fb_helper_deferred_io(struct fb_info *info,
{
}

static inline int drm_fb_helper_defio_init(struct drm_fb_helper *fb_helper)
{
return -ENODEV;
}

static inline void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper,
bool suspend)
{
Expand Down

0 comments on commit 39b1320

Please sign in to comment.