>From 2a6fc69ffb523288269d8704965d58fc5a09826b Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Sat, 21 Jun 2014 00:51:39 +0300 Subject: [PATCH 03/12] headers: fs.h vs ftrace.h --- include/linux/ftrace.h | 3 ++- kernel/cred.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 404a686..e8d4056 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h @@ -15,7 +15,6 @@ #include #include #include -#include #include @@ -42,6 +41,8 @@ struct module; +struct inode; +struct file; struct ftrace_hash; #ifdef CONFIG_FUNCTION_TRACER diff --git a/kernel/cred.c b/kernel/cred.c index e0573a4..bb9df75 100644 --- a/kernel/cred.c +++ b/kernel/cred.c @@ -9,6 +9,7 @@ * 2 of the Licence, or (at your option) any later version. */ #include +#include #include #include #include -- 1.8.5.5