Revision d60efc6b hw/iommu.c

b/hw/iommu.c
238 238
    }
239 239
}
240 240

  
241
static CPUReadMemoryFunc *iommu_mem_read[3] = {
241
static CPUReadMemoryFunc * const iommu_mem_read[3] = {
242 242
    NULL,
243 243
    NULL,
244 244
    iommu_mem_readl,
245 245
};
246 246

  
247
static CPUWriteMemoryFunc *iommu_mem_write[3] = {
247
static CPUWriteMemoryFunc * const iommu_mem_write[3] = {
248 248
    NULL,
249 249
    NULL,
250 250
    iommu_mem_writel,

Also available in: Unified diff