mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mach-nomadik: Fix compilation error.
@ 2011-10-08 19:24 Marek Belisko
  2011-10-09  4:05 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Belisko @ 2011-10-08 19:24 UTC (permalink / raw)
  To: barebox; +Cc: Marek Belisko

Fix folowing:
arch/arm/mach-nomadik/8815.c:39:26: error: array type has incomplete element type
arch/arm/mach-nomadik/8815.c:40:2: warning: implicit declaration of function 'CLKDEV_DEV_ID'

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 arch/arm/mach-nomadik/8815.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-nomadik/8815.c b/arch/arm/mach-nomadik/8815.c
index 69aacd5..0dfe384 100644
--- a/arch/arm/mach-nomadik/8815.c
+++ b/arch/arm/mach-nomadik/8815.c
@@ -24,6 +24,7 @@
 #include <mach/hardware.h>
 #include <asm/armlinux.h>
 #include <generated/mach-types.h>
+#include <linux/clkdev.h>
 
 #include "clock.h"
 
-- 
1.7.4.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] mach-nomadik: Fix compilation error.
  2011-10-08 19:24 [PATCH] mach-nomadik: Fix compilation error Marek Belisko
@ 2011-10-09  4:05 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-10-09  4:05 UTC (permalink / raw)
  To: Marek Belisko; +Cc: barebox

On 21:24 Sat 08 Oct     , Marek Belisko wrote:
> Fix folowing:
> arch/arm/mach-nomadik/8815.c:39:26: error: array type has incomplete element type
> arch/arm/mach-nomadik/8815.c:40:2: warning: implicit declaration of function 'CLKDEV_DEV_ID'
> 
> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
already in the tree


Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2011-10-09  4:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-08 19:24 [PATCH] mach-nomadik: Fix compilation error Marek Belisko
2011-10-09  4:05 ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox