|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [PATCH] build break due to missing <asm/time.h>
In file included from arch/powerpc/platforms/xen/evtchn.c:9:
arch/powerpc/platforms/xen/setup.h: In function 'tb_to_ns':
arch/powerpc/platforms/xen/setup.h:12: error: 'tb_ticks_per_sec' undeclared
(first use in this function)
arch/powerpc/platforms/xen/setup.h:12: error: (Each undeclared identifier is
reported only once
arch/powerpc/platforms/xen/setup.h:12: error: for each function it appears in.)
Signed-off-by: Olof Johansson <olof@xxxxxxxxx>
diff -r 4e5b95219939 arch/powerpc/platforms/xen/setup.h
--- a/arch/powerpc/platforms/xen/setup.h Mon Nov 20 12:35:47 2006 -0500
+++ b/arch/powerpc/platforms/xen/setup.h Mon Nov 20 16:41:53 2006 -0800
@@ -1,5 +1,6 @@
#include <asm/machdep.h>
+#include <asm/time.h>
extern void evtchn_init_IRQ(void);
extern void xen_init_IRQ(void);
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [XenPPC] [PATCH] build break due to missing <asm/time.h>,
Olof Johansson <=
|
|
|
|
|