[PATCH 11/20] arm: phyflex-imx6: move common.h before other includes
Lucas Stach
l.stach at pengutronix.de
Mon Nov 24 03:06:51 PST 2014
Fixes: include/envfs.h:124:10: error: 'ENOSYS' undeclared
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
arch/arm/boards/phytec-phyflex-imx6/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/phytec-phyflex-imx6/board.c b/arch/arm/boards/phytec-phyflex-imx6/board.c
index 09a5c79a9ade..1d6602c0ef26 100644
--- a/arch/arm/boards/phytec-phyflex-imx6/board.c
+++ b/arch/arm/boards/phytec-phyflex-imx6/board.c
@@ -17,10 +17,10 @@
*
*/
+#include <common.h>
#include <envfs.h>
#include <environment.h>
#include <bootsource.h>
-#include <common.h>
#include <gpio.h>
#include <init.h>
#include <of.h>
--
2.1.1
More information about the barebox
mailing list