From: Ingo Molnar Date: Fri, 3 Feb 2017 08:57:00 +0000 (+0100) Subject: kasan, sched/headers: Remove from X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=71af2ed5eeea639339e3a1497a0196bab7de4b57;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git kasan, sched/headers: Remove from is a low level header that is included early in affected kernel headers. But it includes which complicates the cleanup of sched.h dependencies. Remove it. Acked-by: Linus Torvalds Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/include/linux/kasan.h b/include/linux/kasan.h index 7793036eac80..ceb3fe78a0d3 100644 --- a/include/linux/kasan.h +++ b/include/linux/kasan.h @@ -1,7 +1,6 @@ #ifndef _LINUX_KASAN_H #define _LINUX_KASAN_H -#include #include struct kmem_cache;