[PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h

From: Mike Travis
Date: Thu Oct 30 2008 - 14:32:25 EST


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@xxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/