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 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/mips/malta.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/mips/malta.c') diff --git a/hw/mips/malta.c b/hw/mips/malta.c index 7c3ad0974b..2d4341bd50 100644 --- a/hw/mips/malta.c +++ b/hw/mips/malta.c @@ -70,8 +70,6 @@ #define FLASH_SIZE 0x400000 -#define MAX_IDE_BUS 2 - typedef struct { MemoryRegion iomem; MemoryRegion iomem_lo; /* 0 - 0x900 */ -- cgit v1.2.3-55-g7522