aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/mcf_fec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mcf_fec.c b/hw/mcf_fec.c
index 3787c23..d4613dd 100644
--- a/hw/mcf_fec.c
+++ b/hw/mcf_fec.c
@@ -188,7 +188,7 @@ static void mcf_fec_do_tx(mcf_fec_state *s)
s->tx_descriptor = addr;
}
-static int mcf_fec_enable_rx(mcf_fec_state *s)
+static void mcf_fec_enable_rx(mcf_fec_state *s)
{
mcf_fec_bd bd;