From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:2813 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755682AbaIQQlD (ORCPT ); Wed, 17 Sep 2014 12:41:03 -0400 From: Alex Williamson Subject: [PATCH v2 0/2] PCI: Remove dead code after DMA alias work To: linux-pci@vger.kernel.org, bhelgaas@google.com Cc: linux-kernel@vger.kernel.org Date: Wed, 17 Sep 2014 10:41:01 -0600 Message-ID: <20140917163930.21584.69496.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-pci-owner@vger.kernel.org List-ID: v1: inopportune DNS failure blocked patches, resending Now that IOMMU drivers have completed the DMA alias transition, remove the left behind dead code. Thanks, Alex --- Alex Williamson (2): PCI: Remove pci_get_dma_source() PCI: Remove pci_find_upstream_pcie_bridge() drivers/pci/quirks.c | 51 -------------------------------------------------- drivers/pci/search.c | 34 --------------------------------- include/linux/pci.h | 16 ---------------- 3 files changed, 101 deletions(-)