diff options
Diffstat (limited to 'common/miiphybb.c')
| -rw-r--r-- | common/miiphybb.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/common/miiphybb.c b/common/miiphybb.c index 537c15d29..6446012f9 100644 --- a/common/miiphybb.c +++ b/common/miiphybb.c @@ -30,9 +30,6 @@  #include <ioports.h>  #include <ppc_asm.tmpl> -#ifdef CONFIG_BITBANGMII - -  /*****************************************************************************   *   * Utility to send the preamble, address, and register (common to read @@ -236,5 +233,3 @@ int bb_miiphy_write (char *devname, unsigned char addr,  	return 0;  } - -#endif /* CONFIG_BITBANGMII */ |