Skip to content

Commit 39b1320

Browse files
YueHaibingThomas Zimmermann
authored andcommitted
drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()
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
1 parent ea293f8 commit 39b1320

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/drm/drm_fb_helper.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,6 @@ static inline void drm_fb_helper_deferred_io(struct fb_info *info,
368368
{
369369
}
370370

371-
static inline int drm_fb_helper_defio_init(struct drm_fb_helper *fb_helper)
372-
{
373-
return -ENODEV;
374-
}
375-
376371
static inline void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper,
377372
bool suspend)
378373
{

0 commit comments

Comments
 (0)