All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] api: Fix broken build on ARM.
@ 2009-07-17 14:35 Piotr Ziecik
  2009-07-22 22:11 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Piotr Ziecik @ 2009-07-17 14:35 UTC (permalink / raw)
  To: u-boot

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 |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/api/api_platform-arm.c b/api/api_platform-arm.c
index fffaa1e..e65a180 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 */
-- 
1.6.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] api: Fix broken build on ARM.
  2009-07-17 14:35 [U-Boot] [PATCH] api: Fix broken build on ARM Piotr Ziecik
@ 2009-07-22 22:11 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-22 22:11 UTC (permalink / raw)
  To: u-boot

On 16:35 Fri 17 Jul     , Piotr Ziecik wrote:
> 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 |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
applied to u-boot-arm

Best Regards,
J.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-22 22:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-17 14:35 [U-Boot] [PATCH] api: Fix broken build on ARM Piotr Ziecik
2009-07-22 22:11 ` Jean-Christophe PLAGNIOL-VILLARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.