Revision d60efc6b hw/mcf_fec.c

b/hw/mcf_fec.c
429 429
    return size;
430 430
}
431 431

  
432
static CPUReadMemoryFunc *mcf_fec_readfn[] = {
432
static CPUReadMemoryFunc * const mcf_fec_readfn[] = {
433 433
   mcf_fec_read,
434 434
   mcf_fec_read,
435 435
   mcf_fec_read
436 436
};
437 437

  
438
static CPUWriteMemoryFunc *mcf_fec_writefn[] = {
438
static CPUWriteMemoryFunc * const mcf_fec_writefn[] = {
439 439
   mcf_fec_write,
440 440
   mcf_fec_write,
441 441
   mcf_fec_write

Also available in: Unified diff