Re: [PATCH] fbdev: fbmem: mark get_fb_unmapped_area() static

2023-05-19 Thread Helge Deller
On 5/19/23 16:44, Geert Uytterhoeven wrote: Hi Helge, On Fri, May 19, 2023 at 4:37 PM Helge Deller wrote: * Geert Uytterhoeven : On Tue, May 16, 2023 at 10:23 PM Arnd Bergmann wrote: From: Arnd Bergmann There is a global function with this name on sparc, but no global declaration: driver

Re: [PATCH] fbdev: fbmem: mark get_fb_unmapped_area() static

2023-05-19 Thread Geert Uytterhoeven
Hi Helge, On Fri, May 19, 2023 at 4:37 PM Helge Deller wrote: > * Geert Uytterhoeven : > > On Tue, May 16, 2023 at 10:23 PM Arnd Bergmann wrote: > > > From: Arnd Bergmann > > > > > > There is a global function with this name on sparc, but no > > > global declaration: > > > > > > drivers/video/f

Re: [PATCH] fbdev: fbmem: mark get_fb_unmapped_area() static

2023-05-19 Thread Helge Deller
* Geert Uytterhoeven : > Hi Arnd, > > On Tue, May 16, 2023 at 10:23 PM Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > There is a global function with this name on sparc, but no > > global declaration: > > > > drivers/video/fbdev/core/fbmem.c:1469:15: error: no previous prototype for > > 'g

Re: [PATCH] fbdev: fbmem: mark get_fb_unmapped_area() static

2023-05-17 Thread Geert Uytterhoeven
Hi Arnd, On Tue, May 16, 2023 at 10:23 PM Arnd Bergmann wrote: > From: Arnd Bergmann > > There is a global function with this name on sparc, but no > global declaration: > > drivers/video/fbdev/core/fbmem.c:1469:15: error: no previous prototype for > 'get_fb_unmapped_area' > > Make the generic