diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 13:57:44 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 13:57:44 +0100 |
commit | a1ff0eafce81a58861534926722a70f211b04faa (patch) | |
tree | b805851abebd142b8cef766f593bd45c8482af62 /include | |
parent | dd02ec3ac25828d0918f5b389defe2238d015fe6 (diff) |
Include <linux/jiffies.h> from linux/acct.h only in kernel-private part.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/acct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/acct.h b/include/linux/acct.h index 9a66401073fc..255b11293a8d 100644 --- a/include/linux/acct.h +++ b/include/linux/acct.h @@ -16,7 +16,6 @@ #define _LINUX_ACCT_H #include <linux/types.h> -#include <linux/jiffies.h> #include <asm/param.h> #include <asm/byteorder.h> @@ -165,6 +164,7 @@ typedef struct acct acct_t; #endif /* __KERNEL */ #ifdef __KERNEL__ +#include <linux/jiffies.h> /* * Yet another set of HZ to *HZ helper functions. * See <linux/jiffies.h> for the original. |