diff options
author | rick | 2017-08-28 11:04:40 +0800 |
---|---|---|
committer | Andes | 2017-09-21 10:30:21 +0800 |
commit | d573b36402ba40fc0b0939037ec4c90337597740 (patch) | |
tree | 4457ccf75bce88fb8bc307461079c605fd046027 /board | |
parent | e884656c2c0b2406b9bf99ea76f5a8c75128a331 (diff) |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/AndesTech/adp-ae3xx/adp-ae3xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/AndesTech/adp-ae3xx/adp-ae3xx.c b/board/AndesTech/adp-ae3xx/adp-ae3xx.c index 98ed4d9589a..8cffb6ba8bc 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> |