]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/lan91c96.c
* Code cleanup (ARM mostly)
[karo-tx-uboot.git] / drivers / lan91c96.c
index c3b715c62213c761a7ea15dafa5de037fbe765e0..bb03dae39c40722d0a03cf6001194caef8529d6d 100644 (file)
@@ -139,7 +139,9 @@ extern int eth_init (bd_t * bd);
 extern void eth_halt (void);
 extern int eth_rx (void);
 extern int eth_send (volatile void *packet, int length);
+#if 0
 static int smc_hw_init (void);
+#endif
 
 /*
  * This is called by  register_netdev().  It is responsible for
@@ -817,6 +819,7 @@ int eth_send (volatile void *packet, int length)
 }
 
 
+#if 0
 /*-------------------------------------------------------------------------
  * smc_hw_init()
  *
@@ -860,6 +863,7 @@ static int smc_hw_init ()
        }
        return 0;
 }
+#endif /* 0 */
 
 #endif /* COMMANDS & CFG_NET */