* [PATCH] x86/tlb_uv: remove strange mc146818rtc include
@ 2008-10-15 4:43 Jeremy Fitzhardinge
2008-10-22 14:26 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Fitzhardinge @ 2008-10-15 4:43 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Cliff Wickman, Linux Kernel Mailing List
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>
---
arch/x86/kernel/tlb_uv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
===================================================================
--- 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>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] x86/tlb_uv: remove strange mc146818rtc include
2008-10-15 4:43 [PATCH] x86/tlb_uv: remove strange mc146818rtc include Jeremy Fitzhardinge
@ 2008-10-22 14:26 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-10-22 14:26 UTC (permalink / raw)
To: Jeremy Fitzhardinge; +Cc: Cliff Wickman, Linux Kernel Mailing List
* Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> 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>
> ---
> arch/x86/kernel/tlb_uv.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied to tip/x86/urgent, thanks Jeremy!
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-22 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-15 4:43 [PATCH] x86/tlb_uv: remove strange mc146818rtc include Jeremy Fitzhardinge
2008-10-22 14:26 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox