Skip to content

Commit

Permalink
Include <linux/jiffies.h> from linux/acct.h only in kernel-private part.
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent dd02ec3 commit a1ff0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/acct.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#define _LINUX_ACCT_H

#include <linux/types.h>
#include <linux/jiffies.h>

#include <asm/param.h>
#include <asm/byteorder.h>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a1ff0ea

Please sign in to comment.