From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753373AbbCaMiA (ORCPT ); Tue, 31 Mar 2015 08:38:00 -0400 Received: from terminus.zytor.com ([198.137.202.10]:57281 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753067AbbCaMhz (ORCPT ); Tue, 31 Mar 2015 08:37:55 -0400 Date: Tue, 31 Mar 2015 05:37:37 -0700 From: "tip-bot for Michael S. Tsirkin" Message-ID: Cc: linux-kernel@vger.kernel.org, herrmann.der.user@googlemail.com, hpa@zytor.com, mst@redhat.com, tglx@linutronix.de, bp@suse.de, mingo@kernel.org Reply-To: mingo@kernel.org, hpa@zytor.com, herrmann.der.user@googlemail.com, linux-kernel@vger.kernel.org, bp@suse.de, mst@redhat.com, tglx@linutronix.de In-Reply-To: <1427635734-24786-80-git-send-email-mst@redhat.com> References: <1427635734-24786-80-git-send-email-mst@redhat.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/microcode] x86/microcode/amd: Drop the pci_ids.h dependency Git-Commit-ID: 46423ffaf45c2494626841238d8bf75123a28caa 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: 46423ffaf45c2494626841238d8bf75123a28caa Gitweb: http://git.kernel.org/tip/46423ffaf45c2494626841238d8bf75123a28caa Author: Michael S. Tsirkin AuthorDate: Sun, 29 Mar 2015 15:43:09 +0200 Committer: Ingo Molnar CommitDate: Tue, 31 Mar 2015 09:54:32 +0200 x86/microcode/amd: Drop the pci_ids.h dependency This file doesn't use any macros from pci_ids.h anymore, drop the include. Signed-off-by: Michael S. Tsirkin Signed-off-by: Borislav Petkov Cc: Andreas Herrmann Cc: H. Peter Anvin Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1427635734-24786-80-git-send-email-mst@redhat.com Signed-off-by: Ingo Molnar --- 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 bfbbe61..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 #include #include #include