Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752970AbcKIHv3 (ORCPT ); Wed, 9 Nov 2016 02:51:29 -0500 Received: from terminus.zytor.com ([198.137.202.10]:38510 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751790AbcKIHvY (ORCPT ); Wed, 9 Nov 2016 02:51:24 -0500 Date: Tue, 8 Nov 2016 23:51:13 -0800 From: tip-bot for Christoph Hellwig Message-ID: Cc: bhelgaas@google.com, hch@lst.de, tglx@linutronix.de, mingo@kernel.org, jthumshirn@suse.de, hpa@zytor.com, axboe@kernel.dk, linux-kernel@vger.kernel.org, hare@suse.com Reply-To: bhelgaas@google.com, hch@lst.de, tglx@linutronix.de, mingo@kernel.org, jthumshirn@suse.de, axboe@kernel.dk, hpa@zytor.com, hare@suse.com, linux-kernel@vger.kernel.org In-Reply-To: <1478654107-7384-7-git-send-email-hch@lst.de> References: <1478654107-7384-7-git-send-email-hch@lst.de> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/core] PCI: Remove the irq_affinity mask from struct pci_dev Git-Commit-ID: 0cf71b04467bc34063cecae577f12481da6cc565 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 Content-Length: 1367 Lines: 37 Commit-ID: 0cf71b04467bc34063cecae577f12481da6cc565 Gitweb: http://git.kernel.org/tip/0cf71b04467bc34063cecae577f12481da6cc565 Author: Christoph Hellwig AuthorDate: Tue, 8 Nov 2016 17:15:06 -0800 Committer: Thomas Gleixner CommitDate: Wed, 9 Nov 2016 08:25:10 +0100 PCI: Remove the irq_affinity mask from struct pci_dev This has never been used, and now is totally unreferenced. Nuke it. Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Reviewed-by: Johannes Thumshirn Acked-by: Bjorn Helgaas Acked-by: Jens Axboe Cc: linux-block@vger.kernel.org Cc: linux-pci@vger.kernel.org Link: http://lkml.kernel.org/r/1478654107-7384-7-git-send-email-hch@lst.de Signed-off-by: Thomas Gleixner --- include/linux/pci.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/pci.h b/include/linux/pci.h index 7090f5f..f2ba6ac 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -333,7 +333,6 @@ struct pci_dev { * directly, use the values stored here. They might be different! */ unsigned int irq; - struct cpumask *irq_affinity; struct resource resource[DEVICE_COUNT_RESOURCE]; /* I/O and memory regions + expansion ROMs */ bool match_driver; /* Skip attaching driver */