Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752385AbcD1KbF (ORCPT ); Thu, 28 Apr 2016 06:31:05 -0400 Received: from terminus.zytor.com ([198.137.202.10]:47210 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750845AbcD1KbD (ORCPT ); Thu, 28 Apr 2016 06:31:03 -0400 Date: Thu, 28 Apr 2016 03:29:57 -0700 From: tip-bot for Andy Lutomirski Message-ID: Cc: bp@alien8.de, bp@suse.de, hpa@zytor.com, peterz@infradead.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org, catalin.marinas@arm.com, luto@kernel.org, torvalds@linux-foundation.org, linux@arm.linux.org.uk Reply-To: torvalds@linux-foundation.org, linux@arm.linux.org.uk, luto@kernel.org, mingo@kernel.org, catalin.marinas@arm.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, bp@alien8.de, hpa@zytor.com, bp@suse.de, peterz@infradead.org In-Reply-To: <5b95730a70f2dafe12d4fbf38d20eb7330d67ba3.1461688545.git.luto@kernel.org> References: <5b95730a70f2dafe12d4fbf38d20eb7330d67ba3.1461688545.git.luto@kernel.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/core] sched/core, ARM: Include linux/preempt.h from asm/mmu_context.h Git-Commit-ID: 88f10e37e150569a390be7a6161fa0f26b7372e9 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1557 Lines: 41 Commit-ID: 88f10e37e150569a390be7a6161fa0f26b7372e9 Gitweb: http://git.kernel.org/tip/88f10e37e150569a390be7a6161fa0f26b7372e9 Author: Andy Lutomirski AuthorDate: Tue, 26 Apr 2016 09:39:05 -0700 Committer: Ingo Molnar CommitDate: Thu, 28 Apr 2016 11:08:41 +0200 sched/core, ARM: Include linux/preempt.h from asm/mmu_context.h arm's mmu_context.h uses preempt_enable_no_resched and but doesn't include anything that would pull in the declaration. If I start including from without this, the build breaks. Signed-off-by: Andy Lutomirski Reviewed-by: Borislav Petkov Cc: Borislav Petkov Cc: Catalin Marinas Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Russell King Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/5b95730a70f2dafe12d4fbf38d20eb7330d67ba3.1461688545.git.luto@kernel.org Signed-off-by: Ingo Molnar --- arch/arm/include/asm/mmu_context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/mmu_context.h b/arch/arm/include/asm/mmu_context.h index fa5b42d..ed73bab 100644 --- a/arch/arm/include/asm/mmu_context.h +++ b/arch/arm/include/asm/mmu_context.h @@ -15,6 +15,7 @@ #include #include +#include #include #include #include