diff options
Diffstat (limited to 'drivers/net/mcffec.c')
| -rw-r--r-- | drivers/net/mcffec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/mcffec.c b/drivers/net/mcffec.c index 71d19608e..5ab4726ff 100644 --- a/drivers/net/mcffec.c +++ b/drivers/net/mcffec.c @@ -208,7 +208,7 @@ int fec_recv(struct eth_device *dev)  	for (;;) {  #ifdef CFG_UNIFY_CACHE -       		icache_invalid(); +		icache_invalid();  #endif  		/* section 16.9.23.2 */  		if (info->rxbd[info->rxIdx].cbd_sc & BD_ENET_RX_EMPTY) { |