Commit ff6ed406 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] acct.h needs jiffies.h

allnoconfig:

In file included from fs/super.c:28:
include/linux/acct.h:173: warning: `TICK_NSEC' is not defined
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ec63f22d
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
#define _LINUX_ACCT_H #define _LINUX_ACCT_H
#include <linux/types.h> #include <linux/types.h>
#include <linux/jiffies.h>
#include <asm/param.h> #include <asm/param.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment