Skip to content

Commit ff6ed40

Browse files
Andrew MortonLinus Torvalds
authored andcommitted
[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: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent ec63f22 commit ff6ed40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/acct.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#define _LINUX_ACCT_H
1717

1818
#include <linux/types.h>
19+
#include <linux/jiffies.h>
20+
1921
#include <asm/param.h>
2022
#include <asm/byteorder.h>
2123

0 commit comments

Comments
 (0)