From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gr4HC-0007ja-4J for qemu-devel@nongnu.org; Tue, 05 Feb 2019 12:12:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gr4HA-00037X-4C for qemu-devel@nongnu.org; Tue, 05 Feb 2019 12:12:50 -0500 References: <20190204210433.26088-1-philmd@redhat.com> <20190204210433.26088-2-philmd@redhat.com> From: Mark Cave-Ayland Message-ID: <6ebdde6b-57d0-f597-d76b-2953f8da093b@ilande.co.uk> Date: Tue, 5 Feb 2019 17:12:17 +0000 MIME-Version: 1.0 In-Reply-To: <20190204210433.26088-2-philmd@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/3] hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: =?UTF-8?Q?Herv=c3=a9_Poussineau?= , qemu-ppc@nongnu.org, Guan Xuetao , Artyom Tarasenko , David Gibson On 04/02/2019 21:04, Philippe Mathieu-Daudé wrote: > In 47973a2dbf we split the last generic chipset out of the PC > board, but forgot to remove the include of "hw/i386/pc.h". > Since it is now unused, remove it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/sparc64/sun4u.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/sparc64/sun4u.c b/hw/sparc64/sun4u.c > index f76b19e4e9..fdf3f14a29 100644 > --- a/hw/sparc64/sun4u.c > +++ b/hw/sparc64/sun4u.c > @@ -33,7 +33,6 @@ > #include "hw/pci/pci_bus.h" > #include "hw/pci/pci_host.h" > #include "hw/pci-host/sabre.h" > -#include "hw/i386/pc.h" > #include "hw/char/serial.h" > #include "hw/char/parallel.h" > #include "hw/timer/m48t59.h" Reviewed-by: Mark Cave-Ayland ATB, Mark.