diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2015-02-01 09:12:56 +0100 |
---|---|---|
committer | Leon Alrae <leon.alrae@imgtec.com> | 2015-02-13 14:09:28 +0000 |
commit | b19c1c08de4365df90207862f4f9f7c1cd512bd9 (patch) | |
tree | e7cc505166184cf96c0bbb295ba43c543e6c7533 /include/hw/isa/isa.h | |
parent | f720f20350cfdf7e9d267947238cd2e5acee53f3 (diff) |
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 <hpoussin@reactos.org>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'include/hw/isa/isa.h')
-rw-r--r-- | include/hw/isa/isa.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |