summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Ziecik <kosmo@semihalf.com>2009-07-17 16:35:19 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-23 00:10:53 +0200
commit2906e6d654fcc7f2451fde225e4e8b3f20c9555f (patch)
treefab618ef01bc58479ecfda68bb34a1ef3ee7e8e1
parentae71121a111ddf9dd057cacbbdd0f51054be428a (diff)
downloadtalos-obmc-uboot-2906e6d654fcc7f2451fde225e4e8b3f20c9555f.tar.gz
talos-obmc-uboot-2906e6d654fcc7f2451fde225e4e8b3f20c9555f.zip
api: Fix broken build on ARM.
This patch fixes broken build introduced by commit 84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed ifdef CONFIG_API already handle by the Makefile). Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
-rw-r--r--api/api_platform-arm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/api_platform-arm.c b/api/api_platform-arm.c
index fffaa1e4a1..e65a18005a 100644
--- a/api/api_platform-arm.c
+++ b/api/api_platform-arm.c
@@ -53,5 +53,3 @@ int platform_sys_info(struct sys_info *si)
return 1;
}
-
-#endif /* CONFIG_API */
OpenPOWER on IntegriCloud