[U-Boot] [PATCH] nds32: board: Fix andestech adp-ae3xx.c make fail problem.

12 Sep
2017
12 Sep
'17
4:49 a.m.
From: rick rick@andestech.com
Add #include <asm/mach-types.h> to fix it.
Signed-off-by: rick rick@andestech.com --- board/AndesTech/adp-ae3xx/adp-ae3xx.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/board/AndesTech/adp-ae3xx/adp-ae3xx.c b/board/AndesTech/adp-ae3xx/adp-ae3xx.c index 98ed4d9..8cffb6b 100644 --- a/board/AndesTech/adp-ae3xx/adp-ae3xx.c +++ b/board/AndesTech/adp-ae3xx/adp-ae3xx.c @@ -6,6 +6,7 @@ * SPDX-License-Identifier: GPL-2.0+ */
+#include <asm/mach-types.h> #include <common.h> #if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH) #include <netdev.h>
--
1.7.9.5
2795
Age (days ago)
2795
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andes