Re: [PATCH 7/7] fbdev/core: Clean up include statements in fbmem.c

2023-09-06 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Remove all unnecessary include statements from fbmem.c. Most of > them were for functionality that has meanwhile been moved into > other files. > > Signed-off-by: Thomas Zimmermann > --- Acked-by: Javier Martinez Canillas -- Best regards, Javier Martinez Canillas

[PATCH 7/7] fbdev/core: Clean up include statements in fbmem.c

2023-08-29 Thread Thomas Zimmermann
Remove all unnecessary include statements from fbmem.c. Most of them were for functionality that has meanwhile been moved into other files. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/core/fbmem.c | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git