summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tlb_uv.c
diff options
context:
space:
mode:
authorJeremy Fitzhardinge2008-10-15 06:43:43 +0200
committerIngo Molnar2008-10-22 16:56:23 +0200
commitaef8f5b8c2da706cb3efe701e2a35e11221ea5bd (patch)
tree1aaa21885c2264e3268d501d0c1c12f96afc4315 /arch/x86/kernel/tlb_uv.c
parentx86: remove redundant KERN_DEBUG on pr_debug (diff)
downloadkernel-qcow2-linux-aef8f5b8c2da706cb3efe701e2a35e11221ea5bd.tar.gz
kernel-qcow2-linux-aef8f5b8c2da706cb3efe701e2a35e11221ea5bd.tar.xz
kernel-qcow2-linux-aef8f5b8c2da706cb3efe701e2a35e11221ea5bd.zip
x86/tlb_uv: remove strange mc146818rtc include
For some reason tlb_uv was including linux/mc146818rtc.h. It really just needs linux/seq_file.h Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citix.com> Cc: Cliff Wickman <cpw@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/tlb_uv.c')
-rw-r--r--arch/x86/kernel/tlb_uv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tlb_uv.c b/arch/x86/kernel/tlb_uv.c
index 8b8c0d6640fa..04431f34fd16 100644
--- a/arch/x86/kernel/tlb_uv.c
+++ b/arch/x86/kernel/tlb_uv.c
@@ -6,7 +6,7 @@
* This code is released under the GNU General Public License version 2 or
* later.
*/
-#include <linux/mc146818rtc.h>
+#include <linux/seq_file.h>
#include <linux/proc_fs.h>
#include <linux/kernel.h>