On 2/6/26 12:06, Helge Deller wrote:
Hi Uwe,
On 2/4/26 10:15, Uwe Kleine-König wrote:
This fixes several (fatal) compiler warnings à la
drivers/video/fbdev/au1100fb.c:530:6: error: no previous prototype for
‘au1100fb_drv_remove’ [-Werror=missing-prototypes]
523 | void au1100fb_drv_remove(struct platform_device *dev)
| ^~~~~~~~~~~~~~~~~~~
Signed-off-by: Uwe Kleine-König <[email protected]>
I've applied patches #1 and #3 of this series to the fbdev git tree.
Patch #2 needs fixing, as it breaks build on s390x.
I fixed up patch #2 manually for now by excluding s390x as test platform.
If you have a better patch, I'm happy to take it.
Thanks!
Helge