summaryrefslogtreecommitdiff
path: root/drivers/net/s3c4510b_eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/s3c4510b_eth.c')
-rw-r--r--drivers/net/s3c4510b_eth.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/s3c4510b_eth.c b/drivers/net/s3c4510b_eth.c
index 3d9066a..6dcb244 100644
--- a/drivers/net/s3c4510b_eth.c
+++ b/drivers/net/s3c4510b_eth.c
@@ -25,9 +25,6 @@
*/
#include <common.h>
-
-#ifdef CONFIG_DRIVER_S3C4510_ETH
-
#include <command.h>
#include <net.h>
#include <asm/hardware.h>
@@ -242,5 +239,3 @@ void eth_halt(void)
/* disable MAC */
PUT_REG( REG_MACCON, ETH_HaltReg);
}
-
-#endif