From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965717Ab3FTRIQ (ORCPT ); Thu, 20 Jun 2013 13:08:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48491 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935373Ab3FTRIO (ORCPT ); Thu, 20 Jun 2013 13:08:14 -0400 Date: Thu, 20 Jun 2013 10:08:55 -0700 From: Greg Kroah-Hartman To: Jiang Liu Cc: Bjorn Helgaas , Konrad Rzeszutek Wilk , Jeremy Fitzhardinge , Jiang Liu , Yijing Wang , xen-devel@lists.xensource.com, virtualization@lists.linux-foundation.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Metcalf , Thierry Reding Subject: Re: [PATCH 3/3] PCI: mark pci_scan_bus_parented() as __deprecated Message-ID: <20130620170855.GA21465@kroah.com> References: <1371747665-12768-1-git-send-email-liuj97@gmail.com> <1371747665-12768-4-git-send-email-liuj97@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371747665-12768-4-git-send-email-liuj97@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 21, 2013 at 01:01:05AM +0800, Jiang Liu wrote: > From: Jiang Liu > > Mark pci_scan_bus_parented() as __deprecated and clean up outdated > comments. Why not just delete the function, if no in-kernel users are calling it, it's no longer needed at all. thanks, greg k-h