diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/exec/memory.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h index e78a9a4f48..3a427aacf1 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -201,11 +201,6 @@ struct MemoryRegionOps { */ bool unaligned; } impl; - - /* If .read and .write are not present, old_mmio may be used for - * backwards compatibility with old mmio registration - */ - const MemoryRegionMmio old_mmio; }; enum IOMMUMemoryRegionAttr { |