]> git.sur5r.net Git - u-boot/commitdiff
board: imx6: marsboard: Remove doubled #include <asm/arch/sys_proto.h>
authorLukasz Majewski <lukma@denx.de>
Tue, 7 Nov 2017 10:10:29 +0000 (11:10 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 9 Nov 2017 10:32:49 +0000 (11:32 +0100)
The sys_proto.h file has been included earlier in this file.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
board/embest/mx6boards/mx6boards.c

index ae04f68445c9171601274405f96f0a519b3d4040..965e4f1ec8fe3f1359f2e1aba4495d3ac43704f7 100644 (file)
@@ -36,7 +36,7 @@
 #include <linux/fb.h>
 #include <ipu_pixfmt.h>
 #include <asm/io.h>
-#include <asm/arch/sys_proto.h>
+
 DECLARE_GLOBAL_DATA_PTR;
 
 #define UART_PAD_CTRL  (PAD_CTL_PUS_100K_UP |                  \