projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab00fee
)
x86, uv: fix compile error in uv_hub.h
author
Mike Travis
<travis@sgi.com>
Thu, 30 Oct 2008 18:33:19 +0000
(11:33 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 30 Oct 2008 18:38:46 +0000
(19:38 +0100)
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>
arch/x86/include/asm/uv/uv_hub.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/uv/uv_hub.h
b/arch/x86/include/asm/uv/uv_hub.h
index c6ad93e315c815c46cce4388e9034190ee86300f..7a5782610b2bcb0af69d99be174d0815a6722663 100644
(file)
--- 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>