diff options
Diffstat (limited to 'hw/rtl8139.c')
-rw-r--r-- | hw/rtl8139.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/rtl8139.c b/hw/rtl8139.c index feffa9c33b..c3ab8543f3 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -3463,4 +3463,3 @@ void pci_rtl8139_init(PCIBus *bus, NICInfo *nd, int devfn) rtl8139_get_next_tctr_time(s,qemu_get_clock(vm_clock))); #endif /* RTL8139_ONBOARD_TIMER */ } - |