diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 08:57:44 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-25 08:57:44 -0400 |
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 @@ | |||
16 | #define _LINUX_ACCT_H | 16 | #define _LINUX_ACCT_H |
17 | 17 | ||
18 | #include <linux/types.h> | 18 | #include <linux/types.h> |
19 | #include <linux/jiffies.h> | ||
20 | 19 | ||
21 | #include <asm/param.h> | 20 | #include <asm/param.h> |
22 | #include <asm/byteorder.h> | 21 | #include <asm/byteorder.h> |
@@ -165,6 +164,7 @@ typedef struct acct acct_t; | |||
165 | #endif /* __KERNEL */ | 164 | #endif /* __KERNEL */ |
166 | 165 | ||
167 | #ifdef __KERNEL__ | 166 | #ifdef __KERNEL__ |
167 | #include <linux/jiffies.h> | ||
168 | /* | 168 | /* |
169 | * Yet another set of HZ to *HZ helper functions. | 169 | * Yet another set of HZ to *HZ helper functions. |
170 | * See <linux/jiffies.h> for the original. | 170 | * See <linux/jiffies.h> for the original. |