dect
/
linux-2.6
Archived
13
0
Fork 0

sparc: using HZ needs an include of linux/param.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Rothwell 2009-10-05 00:46:08 -07:00 committed by David S. Miller
parent c416850580
commit c4a57435db
1 changed files with 1 additions and 0 deletions

View 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>