From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752558AbbC2QQC (ORCPT ); Sun, 29 Mar 2015 12:16:02 -0400 Received: from mail.skyhub.de ([78.46.96.112]:36756 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355AbbC2QQB (ORCPT ); Sun, 29 Mar 2015 12:16:01 -0400 Date: Sun, 29 Mar 2015 18:14:07 +0200 From: Borislav Petkov To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Andreas Herrmann , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, amd64-microcode@amd64.org Subject: Re: [PATCH 79/86] x86/microcode/amd: drop pci_ids dependency Message-ID: <20150329161407.GF4973@pd.tnic> References: <1427635734-24786-1-git-send-email-mst@redhat.com> <1427635734-24786-80-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1427635734-24786-80-git-send-email-mst@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 29, 2015 at 03:43:09PM +0200, Michael S. Tsirkin wrote: > This file doesn't use any macros from pci_ids.h, > drop the include. > > Signed-off-by: Michael S. Tsirkin > --- > arch/x86/kernel/cpu/microcode/amd.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c > index 55e74fd..12829c3 100644 > --- a/arch/x86/kernel/cpu/microcode/amd.c > +++ b/arch/x86/kernel/cpu/microcode/amd.c > @@ -21,7 +21,6 @@ > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > #include > -#include You meant this, right: diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c index bfbbe6195e2d..12829c3ced3c 100644 --- a/arch/x86/kernel/cpu/microcode/amd.c +++ b/arch/x86/kernel/cpu/microcode/amd.c @@ -21,7 +21,6 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include -#include #include #include #include Anyway, I fixed it up. Applied, thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --