diff options
| author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-01-11 10:12:08 +0900 | 
|---|---|---|
| committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-03-08 10:26:10 +0900 | 
| commit | 1d4a2c913fe76d9653d4fca17075be665181a76f (patch) | |
| tree | 2b53e53cb268ff28ceb4d6a03255965d1178393b /drivers/net/sh_eth.c | |
| parent | e50edf90e2925ada271511d4bb8218ed4f88b7bd (diff) | |
| download | olio-uboot-2014.01-1d4a2c913fe76d9653d4fca17075be665181a76f.tar.xz olio-uboot-2014.01-1d4a2c913fe76d9653d4fca17075be665181a76f.zip | |
net: sh_eth: Remove SH_ETH_PHY_DELAY
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>
Diffstat (limited to 'drivers/net/sh_eth.c')
| -rw-r--r-- | drivers/net/sh_eth.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index 995e249ae..087157593 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -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; |