diff options
author | 2023-07-28 11:46:27 +1000 | |
---|---|---|
committer | 2023-07-28 11:46:32 +1000 | |
commit | 8e4bc0284cd8df25556671796acea5442f246dfb (patch) | |
tree | 343f57d0abd2febd0864cbf3d1a5430115305feb | |
parent | Linux 6.5-rc3 (diff) | |
parent | drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init() (diff) | |
download | wireguard-linux-8e4bc0284cd8df25556671796acea5442f246dfb.tar.xz wireguard-linux-8e4bc0284cd8df25556671796acea5442f246dfb.zip |
Merge tag 'drm-misc-fixes-2023-07-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
A single patch to remove an unused function.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/dqvxednqyab5t7gvwvcq72x6yu7ug5gusmhpgs3kq6z7pf3co6@ofr6s7547gbe
Diffstat (limited to '')
-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) { |