From d573b36402ba40fc0b0939037ec4c90337597740 Mon Sep 17 00:00:00 2001
From: rick <rick@andestech.com>
Date: Mon, 28 Aug 2017 11:04:40 +0800
Subject: [PATCH] nds32: board: Fix andestech adp-ae3xx.c make fail problem.

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 98ed4d9589..8cffb6ba8b 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>
-- 
2.39.5