From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752549AbdBFNaw (ORCPT ); Mon, 6 Feb 2017 08:30:52 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34516 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752519AbdBFNar (ORCPT ); Mon, 6 Feb 2017 08:30:47 -0500 From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Linus Torvalds , Mike Galbraith , Oleg Nesterov , Peter Zijlstra , Thomas Gleixner Subject: [PATCH 43/89] sched/headers: Remove include from Date: Mon, 6 Feb 2017 14:28:46 +0100 Message-Id: <1486387772-18837-44-git-send-email-mingo@kernel.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486387772-18837-1-git-send-email-mingo@kernel.org> References: <1486387772-18837-1-git-send-email-mingo@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org is still needed - but we at least don't have MM headers in sched.h anymore, except . Fix dependencies in files that depended on this include. Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Thomas Gleixner Cc: Linus Torvalds Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar --- include/linux/sched.h | 2 +- include/linux/sched/mm.h | 1 + lib/percpu_ida.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 210f0f4a5841..7324624a49d6 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include struct sched_attr; diff --git a/include/linux/sched/mm.h b/include/linux/sched/mm.h index 6dc0d34d773b..acbd122bb1ab 100644 --- a/include/linux/sched/mm.h +++ b/include/linux/sched/mm.h @@ -4,6 +4,7 @@ #include #include #include +#include /* * Routines for handling mm_structs diff --git a/lib/percpu_ida.c b/lib/percpu_ida.c index 010410990bc6..6016f1deb1f5 100644 --- a/lib/percpu_ida.c +++ b/lib/percpu_ida.c @@ -14,6 +14,7 @@ * General Public License for more details. */ +#include #include #include #include -- 2.7.4