[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/26] hw/arm/sbsa-ref: Remove unused 'hw/usb.h' header
From: |
Alistair Francis |
Subject: |
Re: [PATCH 01/26] hw/arm/sbsa-ref: Remove unused 'hw/usb.h' header |
Date: |
Mon, 6 Jul 2020 09:49:12 -0700 |
On Sat, Jul 4, 2020 at 7:51 AM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> This file doesn't access anything from "hw/usb.h", remove its
> inclusion.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Alistair
> ---
> hw/arm/sbsa-ref.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c
> index e40c868a82..021e7c1b8b 100644
> --- a/hw/arm/sbsa-ref.c
> +++ b/hw/arm/sbsa-ref.c
> @@ -38,7 +38,6 @@
> #include "hw/loader.h"
> #include "hw/pci-host/gpex.h"
> #include "hw/qdev-properties.h"
> -#include "hw/usb.h"
> #include "hw/char/pl011.h"
> #include "net/net.h"
>
> --
> 2.21.3
>
>
- [PATCH 00/26] hw/usb: Give it love, reduce 'hw/usb.h' inclusion out of hw/usb/, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 01/26] hw/arm/sbsa-ref: Remove unused 'hw/usb.h' header, Philippe Mathieu-Daudé, 2020/07/04
- Re: [PATCH 01/26] hw/arm/sbsa-ref: Remove unused 'hw/usb.h' header,
Alistair Francis <=
- [PATCH 02/26] hw/ppc/sam460ex: Add missing 'hw/pci/pci.h' header, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 03/26] hw/usb: Remove unused VM_USB_HUB_SIZE definition, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 04/26] hw/usb: Reduce 'exec/memory.h' inclusion, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 05/26] hw/usb/desc: Add missing header, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 06/26] hw/usb/hcd-dwc2: Remove unnecessary includes, Philippe Mathieu-Daudé, 2020/07/04