]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
net: sh_eth: Remove SH_ETH_PHY_DELAY
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Wed, 11 Jan 2012 01:12:08 +0000 (10:12 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 8 Mar 2012 01:26:10 +0000 (10:26 +0900)
SH_ETH_PHY_DELAY is not used.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
drivers/net/sh_eth.c

index 995e249aeb64d720c349f0dd9ea26f83604eaabe..08715759364a009083761f580bf049c694931580 100644 (file)
@@ -44,8 +44,6 @@
 #define flush_cache_wback(...)
 #endif
 
-#define SH_ETH_PHY_DELAY 50000
-
 int sh_eth_send(struct eth_device *dev, volatile void *packet, int len)
 {
        struct sh_eth_dev *eth = dev->priv;