On 8/16/2020 11:56 AM, Andrew Lunn wrote:
In preparation for moving all MDIO drivers into drivers/net/mdio, move the mdio-i2c header file into include/linux so it can be used by both the MDIO driver and the SFP code which instantiates I2C MDIO busses. Signed-off-by: Andrew Lunn <and...@lunn.ch> --- drivers/net/phy/mdio-i2c.c | 3 +-- drivers/net/phy/sfp.c | 2 +- {drivers/net/phy => include/linux}/mdio-i2c.h | 0 3 files changed, 2 insertions(+), 3 deletions(-) rename {drivers/net/phy => include/linux}/mdio-i2c.h (100%)
Likewise, should not we create include/linux/mdio/mdio-i2c.h? -- Florian