From: Ben Hutchings Date: Fri, 11 Jul 2014 09:07:00 +0100 Subject: trace/syscall: Avoid ABI change in 3.14.11 Hide the added #include from genksyms. --- a/include/trace/syscall.h +++ b/include/trace/syscall.h @@ -4,7 +4,9 @@ #include #include #include +#ifndef __GENKSYMS__ #include +#endif #include