Revision d60efc6b hw/pl011.c

b/hw/pl011.c
223 223
        pl011_put_fifo(opaque, 0x400);
224 224
}
225 225

  
226
static CPUReadMemoryFunc *pl011_readfn[] = {
226
static CPUReadMemoryFunc * const pl011_readfn[] = {
227 227
   pl011_read,
228 228
   pl011_read,
229 229
   pl011_read
230 230
};
231 231

  
232
static CPUWriteMemoryFunc *pl011_writefn[] = {
232
static CPUWriteMemoryFunc * const pl011_writefn[] = {
233 233
   pl011_write,
234 234
   pl011_write,
235 235
   pl011_write

Also available in: Unified diff