From: Jeff Mahoney <jeffm@suse.com>
To: Paul Mackerras <paulus@au.ibm.com>,
Linux Kernel Maling List <linux-kernel@vger.kernel.org>
Subject: [PATCH] powerpc: add missing include to book3s_xics.c
Date: Wed, 05 Jun 2013 11:54:07 -0400 [thread overview]
Message-ID: <51AF5F1F.6010903@suse.com> (raw)
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
next reply other threads:[~2013-06-05 15:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-05 15:54 Jeff Mahoney [this message]
2013-06-06 6:16 ` [PATCH] powerpc: add missing include to book3s_xics.c Paul Mackerras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51AF5F1F.6010903@suse.com \
--to=jeffm@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paulus@au.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox