public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h
@ 2008-10-30 18:33 Mike Travis
  2008-10-30 18:39 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Travis @ 2008-10-30 18:33 UTC (permalink / raw)
  To: Stephen Rothwell, Ingo Molnar; +Cc: Jack Steiner, LKML

Subject: SGI x86 UV: Fix compile error in uv_hub.h

Fix compile errors of files that include asm/uv/uv_hub.h but do
not include linux/timer.h.

Based on linux-next.

Signed-of-by: Mike Travis <travis@sgi.com>
---
 arch/x86/include/asm/uv/uv_hub.h |    1 +
 1 file changed, 1 insertion(+)

--- linux-2.6-next.orig/arch/x86/include/asm/uv/uv_hub.h
+++ linux-2.6-next/arch/x86/include/asm/uv/uv_hub.h
@@ -13,6 +13,7 @@
 
 #include <linux/numa.h>
 #include <linux/percpu.h>
+#include <linux/timer.h>
 #include <asm/types.h>
 #include <asm/percpu.h>
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-30 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30 18:33 [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h Mike Travis
2008-10-30 18:39 ` Ingo Molnar
2008-10-30 20:02   ` Mike Travis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox