* [PATCH] powerpc: add missing include to book3s_xics.c
@ 2013-06-05 15:54 Jeff Mahoney
2013-06-06 6:16 ` Paul Mackerras
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Mahoney @ 2013-06-05 15:54 UTC (permalink / raw)
To: Paul Mackerras, Linux Kernel Maling List
This fixes the following build failure:
arch/powerpc/kvm/book3s_xics.c:812: error: implicit declaration of function 'get_tb'
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
arch/powerpc/kvm/book3s_xics.c | 1 +
1 file changed, 1 insertion(+)
--- a/arch/powerpc/kvm/book3s_xics.c
+++ b/arch/powerpc/kvm/book3s_xics.c
@@ -19,6 +19,7 @@
#include <asm/hvcall.h>
#include <asm/xics.h>
#include <asm/debug.h>
+#include <asm/time.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
--
Jeff Mahoney
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-06 6:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 15:54 [PATCH] powerpc: add missing include to book3s_xics.c Jeff Mahoney
2013-06-06 6:16 ` Paul Mackerras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox