qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] include/hw: Do not include hw.h from headers


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] include/hw: Do not include hw.h from headers
Date: Fri, 10 Feb 2023 13:45:21 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.7.2

On 10/2/23 12:28, Thomas Huth wrote:
This include is not needed here, so drop that line.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  include/hw/ssi/ibex_spi_host.h          | 1 -
  include/hw/tricore/tricore_testdevice.h | 1 -
  2 files changed, 2 deletions(-)

Possibly more?

$ git grep hw/hw.h $(git grep -L -w hw_error)
hw/pci-host/mv64361.c:14:#include "hw/hw.h"
hw/ppc/pegasos2.c:13:#include "hw/hw.h"
hw/sensor/dps310.c:12:#include "hw/hw.h"
include/hw/ssi/ibex_spi_host.h:31:#include "hw/hw.h"
include/hw/tricore/tricore_testdevice.h:22:#include "hw/hw.h"

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]