diff options
author | Mike Travis <travis@sgi.com> | 2008-10-30 18:33:19 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-30 18:38:46 (GMT) |
commit | c08b6acc9b996ba6231105cb12a4125c957e0c97 (patch) | |
tree | 5dcf405dca51eecbddbd101aeeb2f7e1b82d84fa /arch/x86 | |
parent | ab00fee30cddf975200b3c97aef25bea144a0d89 (diff) | |
download | linux-c08b6acc9b996ba6231105cb12a4125c957e0c97.tar.xz |
x86, uv: fix compile error in uv_hub.h
Impact: include file dependency cleanup
Fix compile errors of files that include asm/uv/uv_hub.h but do
not include linux/timer.h.
[ such files are not mainline right now. ]
Signed-of-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/uv/uv_hub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h index c6ad93e..7a57826 100644 --- a/arch/x86/include/asm/uv/uv_hub.h +++ b/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> |