public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] powerpc: add missing include to book3s_xics.c
  2013-06-05 15:54 [PATCH] powerpc: add missing include to book3s_xics.c Jeff Mahoney
@ 2013-06-06  6:16 ` Paul Mackerras
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2013-06-06  6:16 UTC (permalink / raw)
  To: Jeff Mahoney; +Cc: Paul Mackerras, Linux Kernel Maling List

On Wed, Jun 05, 2013 at 11:54:07AM -0400, Jeff Mahoney wrote:
> 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>

Acked-by: Paul Mackerras <paulus@samba.org>

Could you please send this to linuxppc-dev@ozlabs.org so it gets into
patchwork and doesn't get forgotten?

Paul.

^ 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