]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
authorAnatolij Gustschin <agust@denx.de>
Fri, 6 May 2016 15:16:31 +0000 (17:16 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 6 May 2016 16:41:49 +0000 (18:41 +0200)
Building without ethernet driver doesn't work. Fix it.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/misc.c

index dd05e14c0522e27ea39dd2abcd430a649c0baa13..5cbd8a432558207e776d7f02dd5958ea20753465 100644 (file)
@@ -172,7 +172,7 @@ static int socfpga_eth_reset(void)
 #else
 static int socfpga_eth_reset(void)
 {
-       return 0
+       return 0;
 };
 #endif