Re: [PATCH 04/26] hw/usb: Reduce 'exec/memory.h' inclusion

2020-07-06 Thread Alistair Francis
On Sat, Jul 4, 2020 at 7:52 AM Philippe Mathieu-Daudé wrote: > > "exec/memory.h" is only required by "hw/usb/hcd-musb.h". > Include it there directly. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > include/hw/usb.h | 1 - > include/hw/usb/hc

[PATCH 04/26] hw/usb: Reduce 'exec/memory.h' inclusion

2020-07-04 Thread Philippe Mathieu-Daudé
"exec/memory.h" is only required by "hw/usb/hcd-musb.h". Include it there directly. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/usb.h | 1 - include/hw/usb/hcd-musb.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/hw/usb.h b/include/hw/usb.h index