diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-11 22:17:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-11 22:17:42 +0200 |
commit | 32d4e38eeb5bcc2f854787bfa68bea2b55eaa1d7 (patch) | |
tree | 35b56ce4860d33a3b75358251c6e4e4e7bdb38f9 /drivers/net/ns9750_eth.c | |
parent | 1730edf76c54381475e2da11f75b1ce563c4e62c (diff) | |
parent | 3b904ccb93c3196727e2e9870cb1df903cab19ad (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-net
Diffstat (limited to 'drivers/net/ns9750_eth.c')
-rw-r--r-- | drivers/net/ns9750_eth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ns9750_eth.c b/drivers/net/ns9750_eth.c index 067ff8efabe..0559710ccf6 100644 --- a/drivers/net/ns9750_eth.c +++ b/drivers/net/ns9750_eth.c @@ -37,8 +37,6 @@ #include "ns9750_eth.h" /* for Ethernet and PHY */ -#ifdef CONFIG_DRIVER_NS9750_ETHERNET - /* some definition to make transistion to linux easier */ #define NS9750_DRIVER_NAME "eth" @@ -793,5 +791,3 @@ static unsigned int ns9750_mii_poll_busy (void) return unTimeout; } - -#endif /* CONFIG_DRIVER_NS9750_ETHERNET */ |