diff options
author | Claudiu Manoil | 2014-09-05 13:52:36 +0800 |
---|---|---|
committer | York Sun | 2014-09-08 10:30:33 -0700 |
commit | 93f26f130eede8db0cb47afcaf66016987b91731 (patch) | |
tree | 1a9acbbcb9b5bae1ae6c96a210ef087f5ecbda93 /drivers/qe | |
parent | df0a5b880d6e53b62ea05b483243dd8675cf4648 (diff) |
net: Merge asm/fsl_enet.h into fsl_mdio.h
fsl_enet.h defines the mapping of the usual MII management
registers, which are included in the MDIO register block
common to Freescale ethernet controllers. So it shouldn't
depend on the CPU architecture but it should be actually
part of the arch independent fsl_mdio.h.
To remove the arch dependency, merge the content of
asm/fsl_enet.h into fsl_mdio.h.
Some files (like fm_eth.h) were simply including fsl_enet.h
only for phy.h. These were updated to include phy.h instead.
Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Diffstat (limited to 'drivers/qe')
-rw-r--r-- | drivers/qe/uec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/qe/uec.h b/drivers/qe/uec.h index 48a163411cb..6b559f7974e 100644 --- a/drivers/qe/uec.h +++ b/drivers/qe/uec.h @@ -13,7 +13,6 @@ #include "qe.h" #include "uccf.h" #include <phy.h> -#include <asm/fsl_enet.h> #define MAX_TX_THREADS 8 #define MAX_RX_THREADS 8 |