On 11/9/23 23:01, Uwe Kleine-König wrote:
in the series https://lore.kernel.org/20231107091740.3924258-1-u.kleine-koenig@xxxxxxxxxxxxxx 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