>From e00ea774d148c794ce7deeb490a221f30d717289 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Sat, 21 Jun 2014 00:56:59 +0300 Subject: [PATCH 04/12] headers: fs.h vs trace_seq.h --- include/linux/trace_seq.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h index 1361169..3ccac21 100644 --- a/include/linux/trace_seq.h +++ b/include/linux/trace_seq.h @@ -1,10 +1,9 @@ #ifndef _LINUX_TRACE_SEQ_H #define _LINUX_TRACE_SEQ_H - -#include - #include +struct path; + /* * Trace sequences are used to allow a function to call several other functions * to create a string of data to use (up to a max of PAGE_SIZE). -- 1.8.5.5