From: Ingo Molnar Date: Wed, 1 Feb 2017 15:36:40 +0000 (+0100) Subject: sched/headers: Remove from X-Git-Tag: v5.15~11743^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea94763950e49d1aa622c59218ee2fc3b434ba6b;p=platform%2Fkernel%2Flinux-starfive.git sched/headers: Remove from The file is a largely self-contained header and users of it either don't need - or have already included it. This reduces the size of the header dependency graph. Acked-by: Linus Torvalds Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/include/linux/sched/clock.h b/include/linux/sched/clock.h index ac12f71..4a68c679 100644 --- a/include/linux/sched/clock.h +++ b/include/linux/sched/clock.h @@ -1,7 +1,7 @@ #ifndef _LINUX_SCHED_CLOCK_H #define _LINUX_SCHED_CLOCK_H -#include +#include /* * Do not use outside of architecture code which knows its limitations.