--- qemu/roms/seabios/src/usb-hid.c 2018/04/24 18:27:38 1.1.1.3 +++ qemu/roms/seabios/src/usb-hid.c 2018/04/24 18:58:56 1.1.1.4 @@ -130,15 +130,6 @@ usb_hid_init(struct usb_pipe *pipe return -1; } -void -usb_hid_setup(void) -{ - if (CONFIG_USB_KEYBOARD) - keyboard_pipe = NULL; - if (CONFIG_USB_MOUSE) - mouse_pipe = NULL; -} - /**************************************************************** * Keyboard events