Skip to content

Commit

Permalink
socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
Browse files Browse the repository at this point in the history
Building without ethernet driver doesn't work. Fix it.

Signed-off-by: Anatolij Gustschin <[email protected]>
Cc: Marek Vasut <[email protected]>
  • Loading branch information
vdsao authored and Marek Vasut committed May 6, 2016
1 parent 5a824c4 commit 5289c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-socfpga/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static int socfpga_eth_reset(void)
#else
static int socfpga_eth_reset(void)
{
return 0
return 0;
};
#endif

Expand Down

0 comments on commit 5289c5f

Please sign in to comment.