diff options
author | Shaohui Xie | 2015-10-26 19:47:47 +0800 |
---|---|---|
committer | York Sun | 2015-10-29 10:34:00 -0700 |
commit | 8225b2fd877f148a7663b93db55b235062ad4667 (patch) | |
tree | 9968e1c7ffc871de2ef6cf579ca9a1263803ab14 /drivers/net/fm/eth.c | |
parent | 29d8c814a593d9d1b7a7361b6961d681cff1e188 (diff) |
net: Move some header files to include/
The fsl_dtsec.h & fsl_tgec.h & fsl_fman.h can be shared on both ARM
and PPC, move it out of ppc to include/, and change the path in
drivers accordingly.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'drivers/net/fm/eth.c')
-rw-r--r-- | drivers/net/fm/eth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/fm/eth.c b/drivers/net/fm/eth.c index 2111a1106f9..ec0a3cb371e 100644 --- a/drivers/net/fm/eth.c +++ b/drivers/net/fm/eth.c @@ -13,8 +13,8 @@ #include <fsl_mdio.h> #include <miiphy.h> #include <phy.h> -#include <asm/fsl_dtsec.h> -#include <asm/fsl_tgec.h> +#include <fsl_dtsec.h> +#include <fsl_tgec.h> #include <fsl_memac.h> #include "fm.h" |