Message ID | 20231109220151.10654-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | fb: amifb: Convert to platform remove callback returning void | expand |
On 11/9/23 23:01, Uwe Kleine-König wrote: > in the series https://lore.kernel.org/20231107091740.3924258-1-u.kleine-koenig@pengutronix.de > I suggested to replace module_platform_driver_probe() in the amifb > driver. Geert Uytterhoeven objected because the amiga platform has very > little RAM. This series implements the alternative: Mark the driver > struct with __refdata to suppress the section warning. Patch #2 is just > a rebase from the above series. Thanks for the follow-up! I've applied both patches. Helge