Add PowerPC power-management state check callback.
[qemu] / hw / mcf_fec.c
index 3787c23..a218108 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * ColdFire Fast Ethernet Controller emulation.
  *
  * Copyright (c) 2007 CodeSourcery.
@@ -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;