From 84bf7ca522e94ec402a1264b01971b924b7e268f Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 13 May 2009 22:16:31 +0200 Subject: api: remove un-needed ifdef CONFIG_API already handle by the Makefile Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- api/api.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'api/api.c') 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 - -#if defined(CONFIG_API) - #include #include #include @@ -665,5 +662,3 @@ void platform_set_mr(struct sys_info *si, unsigned long start, unsigned long siz return; } } - -#endif /* CONFIG_API */ -- cgit v1.2.1