diff options
| author | Hervé Poussineau | 2015-02-01 09:12:56 +0100 |
|---|---|---|
| committer | Leon Alrae | 2015-02-13 15:09:28 +0100 |
| commit | b19c1c08de4365df90207862f4f9f7c1cd512bd9 (patch) | |
| tree | e7cc505166184cf96c0bbb295ba43c543e6c7533 /include | |
| parent | gt64xxx: remove isa_mem_base usage (diff) | |
| download | qemu-b19c1c08de4365df90207862f4f9f7c1cd512bd9.tar.gz qemu-b19c1c08de4365df90207862f4f9f7c1cd512bd9.tar.xz qemu-b19c1c08de4365df90207862f4f9f7c1cd512bd9.zip | |
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')
| -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); |
