diff options
Diffstat (limited to 'cpu/mpc85xx/ether_fcc.c')
| -rw-r--r-- | cpu/mpc85xx/ether_fcc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mpc85xx/ether_fcc.c b/cpu/mpc85xx/ether_fcc.c index 4448cc3b8..5b23a80e1 100644 --- a/cpu/mpc85xx/ether_fcc.c +++ b/cpu/mpc85xx/ether_fcc.c @@ -468,6 +468,6 @@ int fec_initialize(bd_t *bis)  	return 1;  } -#endif	/* CONFIG_ETHER_ON_FCC && CFG_CMD_NET && CONFIG_NET_MULTI */ +#endif  #endif /* CONFIG_CPM2 */ |