dect
/
linux-2.6
Archived
13
0
Fork 0

Include <linux/jiffies.h> from linux/acct.h only in kernel-private part.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse 2006-04-25 13:57:44 +01:00
parent dd02ec3ac2
commit a1ff0eafce
1 changed files with 1 additions and 1 deletions

View File

@ -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.