projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec63f22
)
[PATCH] acct.h needs jiffies.h
author
Andrew Morton
<akpm@osdl.org>
Mon, 14 Nov 2005 00:07:38 +0000
(16:07 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 14 Nov 2005 02:14:17 +0000
(18:14 -0800)
allnoconfig:
In file included from fs/super.c:28:
include/linux/acct.h:173: warning: `TICK_NSEC' is not defined
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/acct.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/acct.h
b/include/linux/acct.h
index 93c5b3cdf9519a34d73f6e4eec697b3b0836b395..9a66401073fc1b8ff8e90b2d70d020c032a9900e 100644
(file)
--- a/
include/linux/acct.h
+++ b/
include/linux/acct.h
@@
-16,6
+16,8
@@
#define _LINUX_ACCT_H
#include <linux/types.h>
+#include <linux/jiffies.h>
+
#include <asm/param.h>
#include <asm/byteorder.h>