diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-10-14 21:43:43 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-22 16:56:23 +0200 |
commit | aef8f5b8c2da706cb3efe701e2a35e11221ea5bd (patch) | |
tree | 1aaa21885c2264e3268d501d0c1c12f96afc4315 /arch/x86/kernel/tlb_uv.c | |
parent | 55410791c91f448737c90585d2e280edd3c4d5c7 (diff) | |
download | blackbird-op-linux-aef8f5b8c2da706cb3efe701e2a35e11221ea5bd.tar.gz blackbird-op-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.c | 2 |
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> |