瀏覽代碼

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>
Stephen Rothwell 15 年之前
父節點
當前提交
c4a57435db
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/sparc/oprofile/init.c

+ 1 - 0
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>