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. Signed-off-by: Andrew Lunn <and...@lunn.ch> --- drivers/net/ethernet/apm/xgene/xgene_enet_main.h | 2 +- drivers/net/phy/mdio-xgene.c | 2 +- {drivers/net/phy => include/linux}/mdio-xgene.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {drivers/net/phy => include/linux}/mdio-xgene.h (100%)
Depending on your response on patch #2, we could create include/linux/mdio/mdio-xgene.h, with that addressed or not:
Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian