diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2002-05-26 22:01:37 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-26 22:01:37 -0700 |
| commit | a5e3ce108e4f6485592b4709a6448c7234b3370a (patch) | |
| tree | c582446989be94d3fb4ed84b53dcb656a1d30f75 /include | |
| parent | a7ecd0543d09469bd8f71eaf58480ae2875d62a0 (diff) | |
[PATCH] jiffies.h includes asm/param.h
Tim Schmielau <tim@physik3.uni-rostock.de>: provide HZ from jiffies.h:
Most files that include <jiffies.h> also need HZ defined, which is
quite reasonable. So don't require the to include <asm/param.h>
themselves.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/jiffies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h index b9e45f803c13..7367127511b3 100644 --- a/include/linux/jiffies.h +++ b/include/linux/jiffies.h @@ -2,6 +2,7 @@ #define _LINUX_JIFFIES_H #include <linux/types.h> +#include <asm/param.h> /* for HZ */ /* * The 64-bit value is not volatile - you MUST NOT read it |
