[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-8ff42c02193150720815608ed03de8d45aeaf8a8@git.kernel.org>
Date: Mon, 7 Nov 2016 00:53:52 -0800
From: tip-bot for Borislav Petkov <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: tglx@...utronix.de, dave.hansen@...el.com, eranian@...gle.com,
sai.praneeth.prakhya@...el.com, fenghua.yu@...el.com,
linux-kernel@...r.kernel.org, hpa@...or.com, davidcc@...gle.com,
torvalds@...ux-foundation.org, ravi.v.shankar@...el.com,
mingo@...nel.org, peterz@...radead.org, h.peter.anvin@...el.com,
bp@...e.de, nilayvaish@...il.com, vikas.shivappa@...ux.intel.com,
tony.luck@...el.com, shli@...com
Subject: [tip:x86/cache] x86/intel_rdt: Add a missing #include
Commit-ID: 8ff42c02193150720815608ed03de8d45aeaf8a8
Gitweb: http://git.kernel.org/tip/8ff42c02193150720815608ed03de8d45aeaf8a8
Author: Borislav Petkov <bp@...e.de>
AuthorDate: Wed, 2 Nov 2016 17:51:17 +0100
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Mon, 7 Nov 2016 08:36:16 +0100
x86/intel_rdt: Add a missing #include
... to fix this build warning:
In file included from arch/x86/kernel/cpu/intel_rdt.c:33:0:
./arch/x86/include/asm/intel_rdt.h:56:25: warning: ‘struct kernfs_open_file’ declared inside parameter list will not be visible outside of this definition or declaration
int (*seq_show)(struct kernfs_open_file *of,
^~~~~~~~~~~~~~~~
...
Signed-off-by: Borislav Petkov <bp@...e.de>
Cc: Dave Hansen <dave.hansen@...el.com>
Cc: David Carrillo-Cisneros <davidcc@...gle.com>
Cc: Fenghua Yu <fenghua.yu@...el.com>
Cc: H. Peter Anvin <h.peter.anvin@...el.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Nilay Vaish <nilayvaish@...il.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Ravi V Shankar <ravi.v.shankar@...el.com>
Cc: Sai Prakhya <sai.praneeth.prakhya@...el.com>
Cc: Shaohua Li <shli@...com>
Cc: Stephane Eranian <eranian@...gle.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Tony Luck <tony.luck@...el.com>
Cc: Vikas Shivappa <vikas.shivappa@...ux.intel.com>
Link: http://lkml.kernel.org/r/20161102165117.23545-1-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/include/asm/intel_rdt.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/include/asm/intel_rdt.h b/arch/x86/include/asm/intel_rdt.h
index 5bc72a4..6e90e87 100644
--- a/arch/x86/include/asm/intel_rdt.h
+++ b/arch/x86/include/asm/intel_rdt.h
@@ -3,6 +3,7 @@
#ifdef CONFIG_INTEL_RDT_A
+#include <linux/kernfs.h>
#include <linux/jump_label.h>
#include <asm/intel_rdt_common.h>
Powered by blists - more mailing lists