From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E581DC4167D for ; Thu, 20 Oct 2022 08:34:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230238AbiJTIeV (ORCPT ); Thu, 20 Oct 2022 04:34:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231326AbiJTIeR (ORCPT ); Thu, 20 Oct 2022 04:34:17 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D545B18C97C; Thu, 20 Oct 2022 01:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=q3QaaMs+Z8dwUqg3kPpGU3RQrxF6E7PAKWpAFqdlr4g=; b=mEa+vbPVomEcRC/P6PqS1bBpiC l6if9VjYPi3SHfCAIJ5fH/J+1f4p2U1Rqfk4LW2NochXsbSa90tE9hALq3nL9jMZ0zuMXP0xaVi6G 24XhwwKW1gaRaZG0OXJX/fFlm4K0xlbp0zbtU3BbXWOxv+EgEIQQ3Ywy5IAQBnTP14yzBPdObX0Ov wniBOX17lc6UW+lnbvgdvFCfjL6gj0XDzEq4yOhz8LNox5dd2Twe3Mzc0Rn1E9QU28kgOnIiNEnQ0 eTQwQkdXvJEpzEXjxTGimanLozk803W5pgciLIVzEa/SbRiIZbbUT8JKqBfo9qbQhGDPV3OEUCxCq PABPEUNg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1olR0F-00CGKn-IT; Thu, 20 Oct 2022 08:34:11 +0000 Date: Thu, 20 Oct 2022 01:34:11 -0700 From: Christoph Hellwig To: Bjorn Helgaas Cc: linux-pci@vger.kernel.org, Stefan Roese , Lukas Wunner , Jan Kiszka , Stuart Hayes , Keith Busch , linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH 3/3] PCI/portdrv: Unexport pcie_port_service_register(), pcie_port_service_unregister() Message-ID: References: <20221019204127.44463-1-helgaas@kernel.org> <20221019204127.44463-4-helgaas@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221019204127.44463-4-helgaas@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Wed, Oct 19, 2022 at 03:41:27PM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > pcie_port_service_register() and pcie_port_service_unregister() are used > only by the pciehp, aer, dpc, and pme PCIe port service drivers, none of > which can be modules. Unexport pcie_port_service_register() and > pcie_port_service_unregister(). No functional change intended. Looks good: Reviewed-by: Christoph Hellwig