Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754584AbdDMOxw (ORCPT ); Thu, 13 Apr 2017 10:53:52 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:46920 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753737AbdDMOxp (ORCPT ); Thu, 13 Apr 2017 10:53:45 -0400 From: Christoph Hellwig To: Bjorn Helgaas , Giovanni Cabiddu , Salvatore Benedetto , Mike Marciniszyn , Dennis Dalessandro , Derek Chickles , Satanand Burla , Felix Manlunas , Raghu Vatsavayi , Jeff Kirsher Cc: linux-pci@vger.kernel.org, qat-linux@intel.com, linux-crypto@vger.kernel.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: export pcie_flr and remove copies of it in drivers Date: Thu, 13 Apr 2017 16:53:32 +0200 Message-Id: <20170413145339.20186-1-hch@lst.de> X-Mailer: git-send-email 2.11.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 97 Lines: 4 Hi all, this exports the PCI layer pcie_flr helper, and removes various opencoded copies of it.