diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-07-25 10:13:17 +0800 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-07-25 20:38:37 +0200 |
commit | 39b1320e5dc2b707dfb5c25b0298ce9d4fc05aea (patch) | |
tree | eafbfa23dd1903e692841119aa8ba10f88904af3 | |
parent | ea293f823a8805735d9e00124df81a8f448ed1ae (diff) |
drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()drm-misc-fixes-2023-07-27
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
-rw-r--r-- | include/drm/drm_fb_helper.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index 4863b0f8299e..375737fd6c36 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h @@ -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) { |