diff options
-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. |