Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()

Since commit 8e86dee02253 ("drm/fb-helper: Remove drm_fb_helper_defio_init() and update docs")
this inline helper not used anymore.

Fixes: 8e86dee02253 ("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

authored by

YueHaibing and committed by
Thomas Zimmermann
39b1320e ea293f82

-5
-5
include/drm/drm_fb_helper.h
··· 368 368 { 369 369 } 370 370 371 - static inline int drm_fb_helper_defio_init(struct drm_fb_helper *fb_helper) 372 - { 373 - return -ENODEV; 374 - } 375 - 376 371 static inline void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, 377 372 bool suspend) 378 373 {