lkml.org 
[lkml]   [2022]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/21] fb: Delete fb_info->queue
    Date
    It was only used by fbcon, and that now switched to its own,
    private work.

    Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
    Cc: Helge Deller <deller@gmx.de>
    Cc: linux-fbdev@vger.kernel.org
    ---
    include/linux/fb.h | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/include/linux/fb.h b/include/linux/fb.h
    index 02f362c661c8..a8a00d2ba1f3 100644
    --- a/include/linux/fb.h
    +++ b/include/linux/fb.h
    @@ -449,7 +449,6 @@ struct fb_info {
    struct fb_var_screeninfo var; /* Current var */
    struct fb_fix_screeninfo fix; /* Current fix */
    struct fb_monspecs monspecs; /* Current Monitor specs */
    - struct work_struct queue; /* Framebuffer event queue */
    struct fb_pixmap pixmap; /* Image hardware mapper */
    struct fb_pixmap sprite; /* Cursor hardware mapper */
    struct fb_cmap cmap; /* Current cmap */
    --
    2.33.0
    \
     
     \ /
      Last update: 2022-01-31 22:09    [W:4.060 / U:0.168 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site