From f6a08448f05191582e2bfec564ceff146b4729e5 Mon Sep 17 00:00:00 2001 From: Luca Coelho Date: Fri, 15 Mar 2019 16:33:16 +0200 Subject: backport: add include ftrace_event.h back to backport-4.0.c At least one function, namely ftrace_print_array_seq(), still needs the ftrace_event.h header file, otherwise sparse may warning that it is declared as non-static without pre-declaration. Signed-off-by: Luca Coelho --- backport/compat/backport-4.0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backport/compat/backport-4.0.c b/backport/compat/backport-4.0.c index 84a4c6bf..fbe0ddbc 100644 --- a/backport/compat/backport-4.0.c +++ b/backport/compat/backport-4.0.c @@ -15,6 +15,7 @@ #include #include #include +#include #include /** -- cgit v1.2.3