]> git.proxmox.com Git - qemu.git/blobdiff - usb-linux.c
virtio-balloon: Fix header comment; add Copyright
[qemu.git] / usb-linux.c
index 1a2deb35c972cf3b8b107813e9d7bafe9a138fc9..53cc5fc00eba5b2a361939c7abf58ac960709eee 100644 (file)
@@ -1260,7 +1260,7 @@ static int usb_host_close(USBHostDevice *dev)
     return 0;
 }
 
-static void usb_host_exit_notifier(struct Notifier* n)
+static void usb_host_exit_notifier(struct Notifier *n, void *data)
 {
     USBHostDevice *s = container_of(n, USBHostDevice, exit);