Explorar o código

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 %!s(int64=16) %!d(string=hai) anos
pai
achega
c4a57435db
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>