Skip to content

Commit 8e4bc02

Browse files
committed
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 <[email protected]> From: Maxime Ripard <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/dqvxednqyab5t7gvwvcq72x6yu7ug5gusmhpgs3kq6z7pf3co6@ofr6s7547gbe
2 parents 6eaae19 + 39b1320 commit 8e4bc02

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)