Revision d60efc6b hw/etraxfs_eth.c

b/hw/etraxfs_eth.c
544 544
	eth->phy.link = !vc->link_down;
545 545
}
546 546

  
547
static CPUReadMemoryFunc *eth_read[] = {
547
static CPUReadMemoryFunc * const eth_read[] = {
548 548
	NULL, NULL,
549 549
	&eth_readl,
550 550
};
551 551

  
552
static CPUWriteMemoryFunc *eth_write[] = {
552
static CPUWriteMemoryFunc * const eth_write[] = {
553 553
	NULL, NULL,
554 554
	&eth_writel,
555 555
};

Also available in: Unified diff