]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/dma/etraxfs: Include missing 'exec/memory.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 19 Jun 2023 07:28:41 +0000 (09:28 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (19:47 +0200)
commit56c39a41adadfc567e1ac22089670bfde6b35365
tree8076eb208267c4b752b674e71f7acd0472ce7b33
parentae4994d2c803794ac63d9351366b60541584e5c5
hw/dma/etraxfs: Include missing 'exec/memory.h' header

The 'fs_dma_ctrl' structure has a MemoryRegion 'mmio' field
which is initialized in etraxfs_dmac_init() calling
memory_region_init_io() and memory_region_add_subregion().

These functions are declared in "exec/memory.h", along with
the MemoryRegion structure. Include the missing header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230619074153.44268-3-philmd@linaro.org>
hw/dma/etraxfs_dma.c