]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/smc911x.c
e1000: Rewrite EEPROM checksum error to give more information
[u-boot] / drivers / net / smc911x.c
index a677fd487adde9e2165b145ae2477247506ea353..e34b4879d0df0c9fa814d30dd19c7df2e825f2bf 100644 (file)
@@ -35,8 +35,6 @@ u32 pkt_data_pull(struct eth_device *dev, u32 addr) \
 void pkt_data_push(struct eth_device *dev, u32 addr, u32 val) \
        __attribute__ ((weak, alias ("smc911x_reg_write")));
 
-#define mdelay(n)       udelay((n)*1000)
-
 static void smc911x_handle_mac_address(struct eth_device *dev)
 {
        unsigned long addrh, addrl;