Re: [PATCH 10/10] fbdev: Remove FB_DEFAULT_SYS_OPS

2023-07-05 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Remove the initializer macro FB_DEFAULT_SYS_OPS and its helper macro > __FB_DEFAULT_SYS_OPS_MMAP. There are no users. > > Signed-off-by: Thomas Zimmermann > Cc: Helge Deller (maintainer:FRAMEBUFFER LAYER) > --- Reviewed-by: Javier Martinez Canillas -- Best regard

[PATCH 10/10] fbdev: Remove FB_DEFAULT_SYS_OPS

2023-07-04 Thread Thomas Zimmermann
Remove the initializer macro FB_DEFAULT_SYS_OPS and its helper macro __FB_DEFAULT_SYS_OPS_MMAP. There are no users. Signed-off-by: Thomas Zimmermann Cc: Helge Deller (maintainer:FRAMEBUFFER LAYER) --- include/linux/fb.h | 8 1 file changed, 8 deletions(-) diff --git a/include/linux/fb