commit | ae6a7586b94f150cb91e770e60c9fc2581e80d66 | [log] [tgz] |
---|---|---|
author | Qianyu Gong <qianyu.gong@nxp.com> | Thu Feb 18 13:01:59 2016 +0800 |
committer | York Sun <york.sun@nxp.com> | Wed Feb 24 08:51:13 2016 -0800 |
tree | 87f4e9e756bb75d43f6652cba6a964eeb58fb8f0 | |
parent | d78fa5ecb50b1f8a1cc05bee71895529f434a481 [diff] [blame] |
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>
diff --git a/drivers/qe/uec.h b/drivers/qe/uec.h index 6b559f7..22e248f 100644 --- a/drivers/qe/uec.h +++ b/drivers/qe/uec.h
@@ -10,8 +10,8 @@ #ifndef __UEC_H__ #define __UEC_H__ -#include "qe.h" #include "uccf.h" +#include <fsl_qe.h> #include <phy.h> #define MAX_TX_THREADS 8