summaryrefslogtreecommitdiff
path: root/cpu/ixp/npe/npe.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-30 09:45:23 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-30 09:45:23 +0100
commit1b017baf2071d8daf643bce87250db898c606c66 (patch)
treebde01c810be882f18811c86788046f05b58caf47 /cpu/ixp/npe/npe.c
parentc1b7c70083fc8d0bb77db20dd47bb6c988f3dc67 (diff)
downloadu-boot-imx-1b017baf2071d8daf643bce87250db898c606c66.zip
u-boot-imx-1b017baf2071d8daf643bce87250db898c606c66.tar.gz
u-boot-imx-1b017baf2071d8daf643bce87250db898c606c66.tar.bz2
ixp/npe: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/ixp/npe/npe.c')
-rw-r--r--cpu/ixp/npe/npe.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/ixp/npe/npe.c b/cpu/ixp/npe/npe.c
index bd77fed..03e3bf7 100644
--- a/cpu/ixp/npe/npe.c
+++ b/cpu/ixp/npe/npe.c
@@ -44,8 +44,6 @@
#include <npe.h>
-#ifdef CONFIG_IXP4XX_NPE
-
static IxQMgrDispatcherFuncPtr qDispatcherFunc = NULL;
static int npe_exists[NPE_NUM_PORTS];
static int npe_used[NPE_NUM_PORTS];
@@ -690,5 +688,3 @@ int npe_initialize(bd_t * bis)
return 1;
}
-
-#endif /* CONFIG_IXP4XX_NPE */