summaryrefslogtreecommitdiffstats
path: root/qemu/tests/rtl8139-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/rtl8139-test.c')
-rw-r--r--qemu/tests/rtl8139-test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/qemu/tests/rtl8139-test.c b/qemu/tests/rtl8139-test.c
index e749be38e..54e5aa7d0 100644
--- a/qemu/tests/rtl8139-test.c
+++ b/qemu/tests/rtl8139-test.c
@@ -7,11 +7,10 @@
* See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include <glib.h>
-#include <string.h>
#include "libqtest.h"
#include "libqos/pci-pc.h"
-#include "qemu/osdep.h"
#include "qemu/timer.h"
#include "qemu-common.h"
@@ -20,7 +19,7 @@ static void nop(void)
{
}
-#define CLK 33000000
+#define CLK 33333333
static QPCIBus *pcibus;
static QPCIDevice *dev;