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:
parent
c416850580
commit
c4a57435db
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue