diff options
Diffstat (limited to 'cpu/mcf52x2/fec.c')
| -rw-r--r-- | cpu/mcf52x2/fec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mcf52x2/fec.c b/cpu/mcf52x2/fec.c index 255b3d8b7..ef9c7984c 100644 --- a/cpu/mcf52x2/fec.c +++ b/cpu/mcf52x2/fec.c @@ -592,7 +592,7 @@ int mcf52x2_miiphy_write (char *devname, unsigned char addr,  	return 0;  }  #endif -#endif /* CFG_CMD_NET, FEC_ENET */ +#endif  int mcf52x2_miiphy_initialize(bd_t *bis)  { |