]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
api: Fix broken build on ARM.
authorPiotr Ziecik <kosmo@semihalf.com>
Fri, 17 Jul 2009 14:35:19 +0000 (16:35 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wed, 22 Jul 2009 22:10:53 +0000 (00:10 +0200)
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>
api/api_platform-arm.c

index fffaa1e4a14f9fd1b37512e16fe4d728e408b85c..e65a18005abfe6df3955b2c91e9c66986dfd6686 100644 (file)
@@ -53,5 +53,3 @@ int platform_sys_info(struct sys_info *si)
 
        return 1;
 }
-
-#endif /* CONFIG_API */