Re: [PATCH 12/26] hw/usb/hcd-musb: Restrict header scope

2020-07-06 Thread Alistair Francis
On Sat, Jul 4, 2020 at 7:56 AM Philippe Mathieu-Daudé wrote: > > "hcd-musb.h" is only required by USB device implementions. > As we keep these implementations in the hw/usb/ directory, > move the header there. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair >

[PATCH 12/26] hw/usb/hcd-musb: Restrict header scope

2020-07-04 Thread Philippe Mathieu-Daudé
"hcd-musb.h" is only required by USB device implementions. As we keep these implementations in the hw/usb/ directory, move the header there. Signed-off-by: Philippe Mathieu-Daudé --- {include/hw => hw}/usb/hcd-musb.h | 0 hw/usb/hcd-musb.c | 2 +- hw/usb/tusb6010.c