From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754167AbcLLJuK (ORCPT ); Mon, 12 Dec 2016 04:50:10 -0500 Received: from mail-wj0-f196.google.com ([209.85.210.196]:34246 "EHLO mail-wj0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753520AbcLLJuJ (ORCPT ); Mon, 12 Dec 2016 04:50:09 -0500 Date: Mon, 12 Dec 2016 10:50:05 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , Andrew Morton Subject: [GIT PULL] x86/headers change for v4.10 Message-ID: <20161212095005.GA21714@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please pull the latest x86-headers-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-headers-for-linus # HEAD: 523d0fb4f05dcefed59c6325acb54adc34ee4c2d x86/percpu: Remove unnecessary include of module.h, add asm/desc.h Remove unnecessary module.h inclusion from core code. (Paul Gortmaker) Thanks, Ingo ------------------> Paul Gortmaker (1): x86/percpu: Remove unnecessary include of module.h, add asm/desc.h arch/x86/kernel/setup_percpu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/x86/kernel/setup_percpu.c b/arch/x86/kernel/setup_percpu.c index 2bbd27f89802..9820d6d977c6 100644 --- a/arch/x86/kernel/setup_percpu.c +++ b/arch/x86/kernel/setup_percpu.c @@ -1,7 +1,7 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include -#include +#include #include #include #include @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include