]> git.proxmox.com Git - qemu.git/blobdiff - block/qed-table.c
smc91c111: Fix receive starvation
[qemu.git] / block / qed-table.c
index ce07b055494759eff434ca15f394eac47244bbad..76d2dcccf81c3e911d72a57220b0ed1be3abd8f6 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "trace.h"
-#include "qemu_socket.h" /* for EINPROGRESS on Windows */
+#include "qemu/sockets.h" /* for EINPROGRESS on Windows */
 #include "qed.h"
 
 typedef struct {
@@ -103,7 +103,6 @@ static void qed_write_table_cb(void *opaque, int ret)
 out:
     qemu_vfree(write_table_cb->table);
     gencb_complete(&write_table_cb->gencb, ret);
-    return;
 }
 
 /**