summaryrefslogtreecommitdiff
path: root/include/hw/devices.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-01-04 18:58:34 +0100
committerThomas Huth <thuth@redhat.com>2019-03-07 22:16:22 +0100
commit142659b89cf45ab9117d4abe771fff67c74dfac5 (patch)
tree9005a3db49272f1ee2ebf16626a0dbc533ca0bfb /include/hw/devices.h
parent04f3c0084d7e687165fbf087b9cef543c15f2ca3 (diff)
downloadqemu-142659b89cf45ab9117d4abe771fff67c74dfac5.zip
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é <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/devices.h')
-rw-r--r--include/hw/devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/devices.h b/include/hw/devices.h
index b5f1662225..1ed5be3296 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,