diff options
Diffstat (limited to 'include/linux/trace_seq.h')
-rw-r--r-- | include/linux/trace_seq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h index 28051da876dd..15ca2c71af13 100644 --- a/include/linux/trace_seq.h +++ b/include/linux/trace_seq.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef _LINUX_TRACE_SEQ_H | 1 | #ifndef _LINUX_TRACE_SEQ_H |
2 | #define _LINUX_TRACE_SEQ_H | 2 | #define _LINUX_TRACE_SEQ_H |
3 | 3 | ||
4 | #include <linux/fs.h> | ||
5 | |||
4 | /* | 6 | /* |
5 | * Trace sequences are used to allow a function to call several other functions | 7 | * Trace sequences are used to allow a function to call several other functions |
6 | * to create a string of data to use (up to a max of PAGE_SIZE. | 8 | * to create a string of data to use (up to a max of PAGE_SIZE. |