Skip to content
Snippets Groups Projects
Commit 85e04b7a authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

board/LaCie/edminiv2/edminiv2.c: Fix build warning


Fix:
edminiv2.c: In function 'reset_phy':
edminiv2.c:98:2: warning: implicit declaration of function
'mv_phy_88e1116_init' [-Wimplicit-function-declaration]

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: default avatarSimon Guinot <simon.guinot@sequanux.org>
parent a276db28
Branches
Tags
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <common.h> #include <common.h>
#include <miiphy.h> #include <miiphy.h>
#include <asm/arch/orion5x.h> #include <asm/arch/orion5x.h>
#include "../common/common.h"
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment