Hi Am 02.05.23 um 21:54 schrieb Sam Ravnborg: > Hi Thomas, > > On Tue, May 02, 2023 at 03:02:21PM +0200, Thomas Zimmermann wrote: >> Fbdev's main header file, , includes to get >> declarations for I/O helper functions. From these declarations, it >> later defines framebuffer I/O helpers, such as fb_{read,write}[bwlq]() >> or fb_memset(). >> >> The framebuffer I/O helpers depend on the system architecture and >> will therefore be moved into . Prepare this change by first >> adding an include statement for to . >> Include in all source files that use the framebuffer I/O >> helpers, so that they still get the necessary I/O functions. >> > ... >> >> diff --git a/drivers/video/fbdev/arkfb.c b/drivers/video/fbdev/arkfb.c >> index 60a96fdb5dd8..fd38e8a073b8 100644 >> --- a/drivers/video/fbdev/arkfb.c >> +++ b/drivers/video/fbdev/arkfb.c >> @@ -27,6 +27,8 @@ >> #include /* Why should fb driver call console functions? because console_lock() */ >> #include