diff --git a/drivers/net/Makefile b/drivers/net/Makefile index ff5e9a5703..aa6031ad97 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -77,7 +77,6 @@ obj-$(CONFIG_FSL_MEMAC) += fm/memac_phy.o obj-$(CONFIG_VSC9953) += vsc9953.o obj-$(CONFIG_IPQ40XX_EDMA) += ipq40xx/ipq40xx_edma_eth.o obj-$(CONFIG_IPQ40XX_ESS) += ipq40xx/ipq40xx_ess_sw.o -obj-$(CONFIG_QCA8033_PHY) += ipq40xx/ipq40xx_qca8033.o obj-$(CONFIG_IPQ_SNPS_GMAC) += ipq806x/ipq_gmac_eth.o obj-$(CONFIG_IPQ_SWITCH_ATHRS17) += ipq806x/athrs17_phy.o obj-$(CONFIG_IPQ_SWITCH_QCA8511) += ipq806x/qca8511.o diff --git a/drivers/net/ipq40xx/ipq40xx_qca8033.c b/drivers/net/ipq_common/ipq_qca8033.c similarity index 99% rename from drivers/net/ipq40xx/ipq40xx_qca8033.c rename to drivers/net/ipq_common/ipq_qca8033.c index aa543bffe4..cd05064b45 100644 --- a/drivers/net/ipq40xx/ipq40xx_qca8033.c +++ b/drivers/net/ipq_common/ipq_qca8033.c @@ -17,7 +17,7 @@ #include #include #include "ipq40xx_edma_eth.h" -#include "ipq40xx_qca8033.h" +#include "ipq_qca8033.h" #include "ipq_phy.h" extern int ipq40xx_mdio_write(int mii_id, diff --git a/drivers/net/ipq40xx/ipq40xx_qca8033.h b/drivers/net/ipq_common/ipq_qca8033.h similarity index 100% rename from drivers/net/ipq40xx/ipq40xx_qca8033.h rename to drivers/net/ipq_common/ipq_qca8033.h