From b19c1c08de4365df90207862f4f9f7c1cd512bd9 Mon Sep 17 00:00:00 2001 From: Hervé Poussineau Date: Sun, 1 Feb 2015 09:12:56 +0100 Subject: isa: remove isa_mem_base variable Now that isa_mem_base variable is always 0, we can remove its usage. Signed-off-by: Hervé Poussineau Signed-off-by: Leon Alrae --- include/hw/isa/isa.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/hw/isa/isa.h b/include/hw/isa/isa.h index c6218224d5..cf7bd343c7 100644 --- a/include/hw/isa/isa.h +++ b/include/hw/isa/isa.h @@ -99,8 +99,6 @@ static inline ISABus *isa_bus_from_device(ISADevice *d) return ISA_BUS(qdev_get_parent_bus(DEVICE(d))); } -extern hwaddr isa_mem_base; - /* dma.c */ int DMA_get_channel_mode (int nchan); int DMA_read_memory (int nchan, void *buf, int pos, int size); -- cgit v1.2.3-55-g7522