[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <51AF5F1F.6010903@suse.com>
Date: Wed, 05 Jun 2013 11:54:07 -0400
From: Jeff Mahoney <jeffm@...e.com>
To: Paul Mackerras <paulus@...ibm.com>,
Linux Kernel Maling List <linux-kernel@...r.kernel.org>
Subject: [PATCH] powerpc: add missing include to book3s_xics.c
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@...e.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists