[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4909FDEF.2050803@sgi.com>
Date: Thu, 30 Oct 2008 11:33:19 -0700
From: Mike Travis <travis@....com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Ingo Molnar <mingo@...e.hu>
CC: Jack Steiner <steiner@....com>, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h
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@....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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists