Re: [PATCH net-next v2] net: ti: icssg-prueth: Split out common object into module

From: Thorsten Leemhuis
Date: Wed Jun 26 2024 - 03:20:02 EST


On 06.06.24 17:54, Andrew Lunn wrote:
>> +EXPORT_SYMBOL_GPL(icssg_class_set_mac_addr);
>> +EXPORT_SYMBOL_GPL(icssg_class_disable);
>> +EXPORT_SYMBOL_GPL(icssg_class_default);
>> +EXPORT_SYMBOL_GPL(icssg_class_promiscuous_sr1);
> [...]
> Please could you clean up the namespace a little. icssg_ and prueth_
> are O.K, but we also have arc/emac_rockchip.c, allwinner/sun4i-emac.c,
> ibm/emac/, and qualcomm/emac/ using the emac_ prefix.

Just wondering (not as a regression tracker, just as someone that ran
into this and carries the patch in his tree to avoid a build error for
next):

What happened to this fix? After above feedback nearly 20 days ago
nothing happened afaics. Did this fall through the cracks? Or was some
other solution found and I just missed this (and thus can drop the fix
from my tree)?

Ciao, Thorsten