From 8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9 Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Sat, 17 Sep 2022 13:51:36 +0200 Subject: hw: Remove unused MAX_IDE_BUS define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several machines have an unused MAX_IDE_BUS define. Remove it from these machines that don't need it. Signed-off-by: BALATON Zoltan Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20220917115136.A32EF746E06@zero.eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé --- hw/hppa/machine.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/hppa/machine.c') diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c index 19ea7c2c66..de1cc7ab71 100644 --- a/hw/hppa/machine.c +++ b/hw/hppa/machine.c @@ -30,8 +30,6 @@ #include "qemu/log.h" #include "net/net.h" -#define MAX_IDE_BUS 2 - #define MIN_SEABIOS_HPPA_VERSION 6 /* require at least this fw version */ #define HPA_POWER_BUTTON (FIRMWARE_END - 0x10) -- cgit 1.4.1