socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled

Building without ethernet driver doesn't work. Fix it.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Marek Vasut <marex@denx.de>
This commit is contained in:
Anatolij Gustschin 2016-05-06 17:16:31 +02:00 committed by Marek Vasut
parent 5a824c493a
commit 5289c5fa53

View file

@ -172,7 +172,7 @@ static int socfpga_eth_reset(void)
#else #else
static int socfpga_eth_reset(void) static int socfpga_eth_reset(void)
{ {
return 0 return 0;
}; };
#endif #endif