Skip to content

Commit

Permalink
sparc: using HZ needs an include of linux/param.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Oct 5, 2009
1 parent c416850 commit c4a5743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sparc/oprofile/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c4a5743

Please sign in to comment.