
6 May
2016
6 May
'16
5:16 p.m.
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c index dd05e14..5cbd8a4 100644 --- a/arch/arm/mach-socfpga/misc.c +++ b/arch/arm/mach-socfpga/misc.c @@ -172,7 +172,7 @@ static int socfpga_eth_reset(void) #else static int socfpga_eth_reset(void) { - return 0 + return 0; }; #endif
--
1.7.9.5