summaryrefslogtreecommitdiff
path: root/api/api.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-13 22:16:31 +0200
committerWolfgang Denk <wd@denx.de>2009-05-15 22:13:01 +0200
commit84bf7ca522e94ec402a1264b01971b924b7e268f (patch)
tree61ce6ef421bee63113617434197a652bb6adf14e /api/api.c
parent792a09eb9d5d8c4f74b7e9f2e887316d511a4e80 (diff)
api: remove un-needed ifdef CONFIG_API already handle by the Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'api/api.c')
-rw-r--r--api/api.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/api/api.c b/api/api.c
index f51ebb7b13..385a7e3cdc 100644
--- a/api/api.c
+++ b/api/api.c
@@ -24,9 +24,6 @@
*/
#include <config.h>
-
-#if defined(CONFIG_API)
-
#include <command.h>
#include <common.h>
#include <malloc.h>
@@ -665,5 +662,3 @@ void platform_set_mr(struct sys_info *si, unsigned long start, unsigned long siz
return;
}
}
-
-#endif /* CONFIG_API */