Re: [PATCH net-next v2 3/5] net: xgene: Move shared header file into include/linux

2020-08-16 Thread Florian Fainelli
On 8/16/2020 11:56 AM, Andrew Lunn wrote: This header file is currently included into the ethernet driver via a relative path into the PHY subsystem. This is bad practice, and causes issues for the upcoming move of the MDIO driver. Move the header file into include/linux to clean this up. Sig

[PATCH net-next v2 3/5] net: xgene: Move shared header file into include/linux

2020-08-16 Thread Andrew Lunn
This header file is currently included into the ethernet driver via a relative path into the PHY subsystem. This is bad practice, and causes issues for the upcoming move of the MDIO driver. Move the header file into include/linux to clean this up. Signed-off-by: Andrew Lunn --- drivers/net/ether