From: Philippe Mathieu-Daudé Date: Fri, 4 Jan 2019 17:58:34 +0000 (+0100) Subject: hw/devices: Remove unused TC6393XB_RAM definition X-Git-Tag: v4.0.0-rc0~48^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=142659b89cf45ab9117d4abe771fff67c74dfac5;p=thirdparty%2Fqemu.git hw/devices: Remove unused TC6393XB_RAM definition Introduced in 64b40bc54a9, this definition is no more used since a0b753dfd39. Remove it. Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- diff --git a/include/hw/devices.h b/include/hw/devices.h index b5f1662225c..1ed5be32967 100644 --- a/include/hw/devices.h +++ b/include/hw/devices.h @@ -52,7 +52,6 @@ void retu_key_event(void *retu, int state); /* tc6393xb.c */ typedef struct TC6393xbState TC6393xbState; -#define TC6393XB_RAM 0x110000 /* amount of ram for Video and USB */ TC6393xbState *tc6393xb_init(struct MemoryRegion *sysmem, uint32_t base, qemu_irq irq); void tc6393xb_gpio_out_set(TC6393xbState *s, int line,