Commit 69a494d0 authored by Hideaki Yoshifuji's avatar Hideaki Yoshifuji Committed by David S. Miller

[JIFFIES]: linux/times.h needs asm/param.h (for USER_HZ)

parent 4487b0ec
......@@ -4,6 +4,7 @@
#ifdef __KERNEL__
#include <asm/div64.h>
#include <asm/types.h>
#include <asm/param.h>
#if (HZ % USER_HZ)==0
# define jiffies_to_clock_t(x) ((x) / (HZ / USER_HZ))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment