diff options
author | Qianyu Gong <qianyu.gong@nxp.com> | 2016-02-18 13:01:59 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-02-24 08:51:13 -0800 |
commit | 2459afb1a783e34d37c0f7aeec43c77f4de4d480 (patch) | |
tree | 87f4e9e756bb75d43f6652cba6a964eeb58fb8f0 /drivers/qe/uec_phy.c | |
parent | 9f3e1b8a55060bcb2c52e2e3a828a70c7e106219 (diff) | |
download | u-boot-2459afb1a783e34d37c0f7aeec43c77f4de4d480.tar.gz |
qe: move drivers/qe/qe.h to include/fsl_qe.h
As the QE firmware struct is shared with Fman, move the header file
out of drivers/qe/.
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers/qe/uec_phy.c')
-rw-r--r-- | drivers/qe/uec_phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/qe/uec_phy.c b/drivers/qe/uec_phy.c index e701787c41..272874d3b0 100644 --- a/drivers/qe/uec_phy.c +++ b/drivers/qe/uec_phy.c @@ -16,11 +16,11 @@ #include "asm/errno.h" #include "linux/immap_qe.h" #include "asm/io.h" -#include "qe.h" #include "uccf.h" #include "uec.h" #include "uec_phy.h" #include "miiphy.h" +#include <fsl_qe.h> #include <phy.h> #define ugphy_printk(format, arg...) \ |