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:
c416850
)
sparc: using HZ needs an include of linux/param.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 5 Oct 2009 07:46:08 +0000
(
00:46
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 5 Oct 2009 07:46:08 +0000
(
00:46
-0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/oprofile/init.c
patch
|
blob
|
history
diff --git
a/arch/sparc/oprofile/init.c
b/arch/sparc/oprofile/init.c
index f97cb8b6ee5fec51b5f20d572357442e340115be..f9024bccff163f06fcca11054865b885086dc8c0 100644
(file)
--- a/
arch/sparc/oprofile/init.c
+++ b/
arch/sparc/oprofile/init.c
@@
-11,6
+11,7
@@
#include <linux/oprofile.h>
#include <linux/errno.h>
#include <linux/init.h>
+#include <linux/param.h> /* for HZ */
#ifdef CONFIG_SPARC64
#include <linux/notifier.h>