From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753548AbcGSIBd (ORCPT ); Tue, 19 Jul 2016 04:01:33 -0400 Received: from terminus.zytor.com ([198.137.202.10]:47432 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753121AbcGSIBa (ORCPT ); Tue, 19 Jul 2016 04:01:30 -0400 Date: Tue, 19 Jul 2016 01:00:46 -0700 From: tip-bot for Stephen Rothwell Message-ID: Cc: linux-kernel@vger.kernel.org, sfr@canb.auug.org.au, paul.gortmaker@windriver.com, hpa@zytor.com, torvalds@linux-foundation.org, mingo@kernel.org, tglx@linutronix.de, peterz@infradead.org Reply-To: hpa@zytor.com, sfr@canb.auug.org.au, paul.gortmaker@windriver.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org, peterz@infradead.org, torvalds@linux-foundation.org In-Reply-To: <20160718182922.7b41f923@canb.auug.org.au> References: <20160718182922.7b41f923@canb.auug.org.au> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/headers] x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_t Git-Commit-ID: a203800d97ed635c504b1774dfffee6e7abf95f9 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 Commit-ID: a203800d97ed635c504b1774dfffee6e7abf95f9 Gitweb: http://git.kernel.org/tip/a203800d97ed635c504b1774dfffee6e7abf95f9 Author: Stephen Rothwell AuthorDate: Mon, 18 Jul 2016 18:23:24 +1000 Committer: Ingo Molnar CommitDate: Tue, 19 Jul 2016 09:59:07 +0200 x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_t Signed-off-by: Stephen Rothwell Acked-by: Paul Gortmaker Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-next@vger.kernel.org Fixes: 186f43608a5c ("x86/kernel: Audit and remove any unnecessary uses of module.h") Link: http://lkml.kernel.org/r/20160718182922.7b41f923@canb.auug.org.au Signed-off-by: Ingo Molnar --- arch/x86/kernel/x8664_ksyms_64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kernel/x8664_ksyms_64.c b/arch/x86/kernel/x8664_ksyms_64.c index 099a4db..a2cca5d 100644 --- a/arch/x86/kernel/x8664_ksyms_64.c +++ b/arch/x86/kernel/x8664_ksyms_64.c @@ -2,6 +2,7 @@ All C exports should go in the respective C files. */ #include +#include #include #include