x86/tlb_uv: remove strange mc146818rtc include
authorJeremy Fitzhardinge <jeremy@goop.org>
Wed, 15 Oct 2008 04:43:43 +0000 (21:43 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Oct 2008 14:56:23 +0000 (16:56 +0200)
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>

arch/x86/kernel/tlb_uv.c

index 8b8c0d6..04431f3 100644 (file)
@@ -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>