From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751576AbeEBMjd (ORCPT ); Wed, 2 May 2018 08:39:33 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:35436 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751073AbeEBMj1 (ORCPT ); Wed, 2 May 2018 08:39:27 -0400 Date: Wed, 2 May 2018 05:39:23 -0700 From: Christoph Hellwig To: Jan Kiszka Cc: Bjorn Helgaas , Linux Kernel Mailing List , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources() Message-ID: <20180502123923.GA10783@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) 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 On Mon, Apr 30, 2018 at 07:48:42AM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > There are no in-tree users remaining, all are converted to the managed > variant. And it is unlikely that any out-of-tree user got the resource > management right as well. So deprecate the interface and push users to > the managed version instead. > > To avoid raising a warning when exporting a deprecated symbol, wrap the > API with an inline and export an internal name. Don't deprecated it, just remove it.