diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/smc91111.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/smc91111.c b/drivers/smc91111.c index 6feb1e2..44ce60b 100644 --- a/drivers/smc91111.c +++ b/drivers/smc91111.c @@ -1414,7 +1414,7 @@ static void smc_phy_configure () /* Re-Configure the Receive/Phy Control register */ SMC_outw (RPC_DEFAULT, RPC_REG); - smc_phy_configure_exit: +smc_phy_configure_exit: ; } #endif /* !CONFIG_SMC91111_EXT_PHY */ |