summaryrefslogtreecommitdiff
path: root/drivers/qe/uec.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:41 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:41 +0200
commit7ba44a5521cdb7fa1c72864025cde1e21a6f6921 (patch)
treea10d35f6c52b8d1c07f953dc49ec9f3100215f26 /drivers/qe/uec.c
parentab6878c7bc68a7b5e5b731655bdc13221bbfc493 (diff)
downloadu-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.zip
u-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.tar.gz
u-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.tar.bz2
drivers/qe: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/qe/uec.c')
-rw-r--r--drivers/qe/uec.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/qe/uec.c b/drivers/qe/uec.c
index ba89247..344c649 100644
--- a/drivers/qe/uec.c
+++ b/drivers/qe/uec.c
@@ -31,8 +31,6 @@
#include "uec_phy.h"
#include "miiphy.h"
-#if defined(CONFIG_QE)
-
#ifdef CONFIG_UEC_ETH1
static uec_info_t eth1_uec_info = {
.uf_info = {
@@ -1406,6 +1404,3 @@ int uec_initialize(int index)
return 1;
}
-
-
-#endif /* CONFIG_QE */