projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae71121
)
api: Fix broken build on ARM.
author
Piotr Ziecik
<kosmo@semihalf.com>
Fri, 17 Jul 2009 14:35:19 +0000
(16:35 +0200)
committer
Jean-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
patch
|
blob
|
history
diff --git
a/api/api_platform-arm.c
b/api/api_platform-arm.c
index fffaa1e4a14f9fd1b37512e16fe4d728e408b85c..e65a18005abfe6df3955b2c91e9c66986dfd6686 100644
(file)
--- 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 */