aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2023-07-28 11:46:27 +1000
committerDave Airlie <airlied@redhat.com>2023-07-28 11:46:32 +1000
commit8e4bc0284cd8df25556671796acea5442f246dfb (patch)
tree343f57d0abd2febd0864cbf3d1a5430115305feb
parent6eaae198076080886b9e7d57f4ae06fa782f90ef (diff)
parent39b1320e5dc2b707dfb5c25b0298ce9d4fc05aea (diff)
downloadxfs-lts-backports-8e4bc0284cd8df25556671796acea5442f246dfb.tar.gz
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
-rw-r--r--include/drm/drm_fb_helper.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
index 4863b0f8299e89..375737fd6c36ed 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)
{