From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751710AbdBAKAl (ORCPT ); Wed, 1 Feb 2017 05:00:41 -0500 Received: from mx2.suse.de ([195.135.220.15]:40592 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751542AbdBAKAj (ORCPT ); Wed, 1 Feb 2017 05:00:39 -0500 Subject: Re: [PATCH 4/5] xen, x86/headers: Add dependency to To: Ingo Molnar , linux-kernel@vger.kernel.org References: <1485942677-19973-1-git-send-email-mingo@kernel.org> <1485942677-19973-5-git-send-email-mingo@kernel.org> Cc: Andrew Morton , Andy Lutomirski , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Yinghai Lu From: Juergen Gross Message-ID: Date: Wed, 1 Feb 2017 11:00:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1485942677-19973-5-git-send-email-mingo@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/02/17 10:51, Ingo Molnar wrote: > The following patch (not upstream yet): > > "x86/boot/e820: Remove spurious asm/e820/api.h inclusions" > > Removed the (spurious) include line from to > reduce header file dependencies - but a Xen header has (unintentionally) > learned to rely on the indirect inclusion of . > > This resulted in the following (harmless) build warning: > > arch/x86/include/asm/xen/page.h:302:7: warning: 'struct device' declared inside parameter list > > Include explicitly. > > No change in functionality. > > Reported-by: kbuild test robot > Cc: Konrad Rzeszutek Wilk > Cc: > Cc: Juergen Gross Hmm, how did you send this? In spite of the Cc: list in the patch only few of those listed here are included in the Cc: header of the mail. > Cc: Linus Torvalds > Cc: Peter Zijlstra > Cc: Thomas Gleixner > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Ingo Molnar Acked-by: Juergen Gross Juergen