sparc: using HZ needs an include of linux/param.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 5 Oct 2009 07:46:08 +0000 (00:46 -0700)
committerDavid 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

index f97cb8b..f9024bc 100644 (file)
@@ -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>