Skip to content
Snippets Groups Projects
Commit d573b364 authored by rick's avatar rick Committed by Andes
Browse files

nds32: board: Fix andestech adp-ae3xx.c make fail problem.


Add #include <asm/mach-types.h> to fix it.

Signed-off-by: default avatarrick <rick@andestech.com>
parent e884656c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment